forked from ahwgs/vite-plugin-html-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 903 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
{
"name": "vite-plugin-html-config",
"version": "1.0.9",
"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/src/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.4.0",
"typescript": "^4.2.2",
"vite": "^2.9.10"
},
"peerDependencies": {
"vite": ">=2.0.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"
}
}