-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "startar",
"type": "module",
"version": "0.0.1-alpha.2",
"author": "Sunny-117",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Sunny-117/startar.git"
},
"bugs": {
"url": "https://github.com/Sunny-117/startar/issues"
},
"bin": {
"startar": "index.js"
},
"files": [
"dist",
"index.js",
"templates/**"
],
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"scripts": {
"dev": "esno scripts/dev.ts",
"start": "unbuild --stub",
"build": "unbuild",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"release": "bumpp && pnpm publish"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/prompts": "^2.4.9",
"bumpp": "^9.6.1",
"chokidar": "^4.0.1",
"chokidar-cli": "^3.0.0",
"cross-spawn": "^7.0.3",
"esno": "^4.8.0",
"minimist": "^1.2.8",
"picocolors": "^1.1.0",
"prompts": "^2.4.2",
"unbuild": "^2.0.0"
},
"packageManager": "[email protected]"
}