-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 909 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 909 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": "@template-pro/start-cli",
"version": "0.0.0",
"private": true,
"description": "",
"homepage": "https://github.com/template-pro/start-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/template-pro/start-cli.git"
},
"license": "MIT",
"author": "Wuxh <[email protected]>",
"type": "module",
"main": "index.js",
"bin": {
"template-start-cli": "index.js"
},
"files": [
"index.js",
"dist"
],
"packageManager": "[email protected]",
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"prepublishOnly": "npm run build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"kleur": "^4.1.5",
"mri": "^1.2.0",
"terminal-link": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.19.31",
"typescript": "^5.4.5",
"unbuild": "^1.2.1"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
}
}