generated from markthree/node-lib-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.16 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
{
"version": "1.2.4",
"name": "try-fix-project",
"description": "尝试修复课程项目的依赖和版本问题",
"type": "module",
"bin": {
"try-fix-project": "dist/cli.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dishait/try-fix-project.git"
},
"files": [
"dist",
"projects"
],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm run build",
"release": "bumpp --commit --push --tag && npm publish"
},
"keywords": [
"nodejs",
"vue",
"vue-cli",
"version",
"fix",
"break change"
],
"author": {
"name": "markthree",
"email": "[email protected]",
"url": "https://github.com/markthree"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/dishait/try-fix-project/issues"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.16",
"bumpp": "^9.3.0",
"defu": "^6.1.4",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"local-pkg": "^0.5.0",
"m-type-tools": "^0.5.1",
"magicast": "^0.3.3",
"unbuild": "^2.0.0"
},
"dependencies": {
"consola": "^3.2.3",
"semver": "^7.6.2"
}
}