-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "exporttogpt",
"version": "1.0.1",
"description": "\"Export to GPT\" is a utility tool designed to streamline the process of using ChatGPT for development and debugging. It simplifies the task of identifying and copying relevant project files and their directory structures, making it easy to paste them into ChatGPT prompts.",
"main": "exportToGPT.js",
"scripts": {
"test": "exporttogpt ./ routes/index.js"
},
"keywords": [
"chatgpt",
"gpt",
"openai",
"development",
"debugging",
"nodejs",
"javascript",
"framework",
"express",
"react",
"vue",
"angular",
"koa",
"nestjs",
"dependency resolution",
"project files",
"copy paste",
"automation",
"code analysis",
"cli tool"
],
"author": "Logan Besecker",
"license": "MIT",
"dependencies": {
"fs": "^0.0.1-security",
"glob": "^11.0.0",
"path": "^0.12.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lbesecker195/ExportToGPT.git"
},
"bin": {
"ExportToGPT": "ExportToGPT.js"
},
"scripts": {
"ExportToGPT": "ExportToGPT.js"
}
}