-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 889 Bytes
/
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
{
"name": "prompt-context-builder",
"version": "1.2.2",
"description": "Based on project engineering files and other information, automatically generate context related to tasks to save the cost of writing prompt words. ",
"main": "index.js",
"bin": {
"prompt_builder": "./prompt_builder.js",
"zip_builder": "./zip_builder.js"
},
"scripts": {
"test": "node run-tests.js"
},
"author": "jtong",
"license": "Apache-2.0",
"dependencies": {
"archiver": "^7.0.0",
"ejs": "^3.1.9",
"fs": "^0.0.1-security",
"handlebars": "^4.7.8",
"https-proxy-agent": "^7.0.2",
"java-parser": "2.2.0",
"js-yaml": "^4.1.0",
"minimatch": "^9.0.3",
"openai": "^4.24.7",
"pngjs": "^5.0.0",
"readdirp": "^3.6.0",
"xml2js": "^0.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"chai": "^4.4.1",
"mocha": "^10.2.0"
}
}