-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 731 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 731 Bytes
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": "code2prompt-manager",
"version": "1.9.0",
"description": "A CLI tool to manage code2prompt file size limits",
"main": "index.js",
"bin": {
"code2prompt-manager": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"code2prompt",
"cli",
"size-management",
"tool"
],
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.3.0",
"inquirer": "^8.2.0"
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"semantic-release": "^24.2.3"
}
}