-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.15 KB
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
49
50
51
52
53
54
55
56
{
"name": "prespec",
"version": "1.4.0",
"description": "跨平台開發環境快速安裝工具 - 一鍵安裝 NVM、Node.js、Git、AI CLI 工具(GitHub Copilot、Claude Code、Antigravity、Codex)、UV 和 Spec Kit",
"main": "src/index.js",
"type": "module",
"bin": {
"prespec": "./bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"installer",
"setup",
"development",
"environment",
"dev-tools",
"nvm",
"nodejs",
"git",
"github-copilot",
"copilot",
"uv",
"spec-kit",
"cross-platform",
"cli",
"tool"
],
"author": "timcsy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/timcsy/prespec.git"
},
"bugs": {
"url": "https://github.com/timcsy/prespec/issues"
},
"homepage": "https://github.com/timcsy/prespec#readme",
"dependencies": {
"chalk": "^5.3.0",
"execa": "^8.0.1",
"inquirer": "^9.2.12",
"ora": "^8.0.1"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"bin",
"src",
"README.md",
"LICENSE"
]
}