generated from template-pro/start-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.25 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
48
49
50
51
52
53
54
55
{
"name": "@wuxh/backup-cli",
"version": "1.9.0",
"description": "",
"homepage": "https://github.com/Wxh16144/backup-cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Wxh16144/backup-cli.git"
},
"license": "MIT",
"author": "Wuxh <[email protected]>",
"type": "module",
"main": "index.js",
"bin": {
"backup-cli": "index.js"
},
"files": [
"applications",
"mackup/mackup/applications",
"index.js",
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"start": "esno dev.ts -d",
"prepublishOnly": "git submodule update --remote && npm run build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"ini": "^4.0.0",
"kleur": "^4.1.5",
"mri": "^1.2.0",
"prompts": "^2.4.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/ini": "^1.3.31",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.11.19",
"@types/prompts": "^2.4.3",
"esno": "^0.16.3",
"unbuild": "^1.1.1"
},
"packageManager": "[email protected]",
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}