-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
42 lines (42 loc) · 983 Bytes
/
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
{
"name": "vite-plugin-html-config",
"version": "2.0.2",
"description": "a vite html config for script,meta,link and more..",
"author": "ahwgs <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"scripts": {
"dev": "avenger build --watch",
"build": "avenger build",
"release": "npx bumpp --push --tag --commit && npm publish"
},
"devDependencies": {
"@osdoc-dev/avenger-cli": "0.2.4",
"tslib": "^2.6.3",
"typescript": "^4.9.5",
"vite": "^5.4.1"
},
"peerDependencies": {
"vite": ">=5.0.0"
},
"pnpm": {
"overrides": {
"rollup-plugin-typescript2": "0.36.0"
}
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahwgs/vite-plugin-html-config.git"
},
"bugs": {
"url": "https://github.com/ahwgs/vite-plugin-html-config/issues"
}
}