-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "vite-plugin-tips",
"version": "2.1.2",
"description": "Provide better development server status tips on the page",
"main": "dist/index.js",
"types": "index.d.ts",
"files": [
"dist",
"src",
"index.d.ts"
],
"scripts": {
"dev": "tsup --watch --sourcemap",
"build": "tsup",
"prepare": "pnpm run build",
"release": "pnpm run build && bump --commit --tag --push && pnpm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yingpengsha/vite-plugin-tips.git"
},
"keywords": [
"vite",
"vite-plugin"
],
"author": "PengshaYing <[email protected]>",
"license": "MIT",
"bugs": "https://github.com/yingpengsha/vite-plugin-tips/issues",
"homepage": "https://github.com/yingpengsha/vite-plugin-tips#readme",
"devDependencies": {
"@antfu/eslint-config": "^0.7.0",
"@antfu/ni": "^0.7.0",
"@jsdevtools/version-bump-prompt": "^6.1.0",
"@types/node": "^16.3.2",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"eslint": "^7.30.0",
"esno": "^0.7.3",
"tsup": "^4.11.2",
"typescript": "^4.3.5",
"vite": "^2.6.14"
},
"peerDependencies": {
"vite": "^2.6.14"
}
}