-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 993 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 993 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
35
36
37
38
39
40
41
42
{
"name": "codeprintio",
"version": "1.0.7",
"description": "AI-ready code snapshots for any project",
"main": "index.js",
"bin": {
"codeprintio": "./bin/codeprint.js",
"codeprint": "./bin/codeprint.js",
"codep": "./bin/codeprint.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tanayk07/codeprint.git"
},
"keywords": [
"project-scanner",
"code-snapshot",
"ai-tools",
"prompt-engineering",
"cli-tool"
],
"author": "Tanay Kedia",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tanayk07/codeprint/issues"
},
"homepage": "https://github.com/Tanayk07/codeprint#readme",
"dependencies": {
"chalk": "^5.0.0",
"commander": "^9.0.0",
"clipboardy": "^3.0.0",
"node-fetch": "^3.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"preferGlobal": true
}