generated from yzh990918/ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.77 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "za-zi",
"version": "0.0.12",
"packageManager": "pnpm@6.32.3",
"description": "",
"keywords": [],
"homepage": "https://github.com/251205668/zi#readme",
"bugs": {
"url": "https://github.com/251205668/zi/issues"
},
"license": "MIT",
"author": "mohen <y251205668@sina.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/251205668/zi.git"
},
"funding": "https://github.com/sponsors/251205668",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"bin"
],
"bin": {
"zi": "bin/zi.mjs",
"zr": "bin/zr.mjs",
"zu": "bin/zu.mjs",
"zun": "bin/zun.mjs"
},
"sideEffects": false,
"scripts": {
"prepublishOnly": "npm run build",
"dev": "npm run build & npm link",
"build": "unbuild",
"stub": "unbuild --stub",
"release": "bumpp package.json",
"lint": "eslint .",
"test": "vitest",
"prev": "npm run build & npm link",
"prepublish:cli": "npm run build",
"publish:cli": "npm publish --access public"
},
"devDependencies": {
"@types/ini": "^1.3.31",
"@types/node": "^17.0.45",
"@types/prompts": "^2.4.0",
"@types/which": "^2.0.1",
"@vbs/eslint-config": "^1.0.0",
"bumpp": "^8.2.1",
"eslint": "^8.14.0",
"esno": "^0.14.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"find-up": "^6.3.0",
"ini": "^3.0.0",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"terminal-link": "^3.0.0",
"typescript": "^4.6.4",
"unbuild": "^0.7.4",
"vitest": "^0.10.0",
"which": "^2.0.2"
},
"eslintConfig": {
"extends": "@vbs"
}
}