-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 961 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
{
"name": "@plugin-light/webpack-plugin-dispatch-script",
"version": "0.0.6",
"homepage": "https://novlan1.github.io/plugin-light/zh/webpack-plugin-dispatch-script.html",
"bugs": {
"url": "https://github.com/novlan1/plugin-light/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/novlan1/plugin-light"
},
"license": "MIT",
"author": "novlan1",
"main": "./lib/index",
"files": [
"lib/"
],
"scripts": {
"build": "rm -rf lib && rollup -c",
"bump": "node ../../script/monorepo/version-simple $PWD",
"changelog": "node ../../script/monorepo/changelog $PWD",
"release": "node ../../script/monorepo/release $PWD"
},
"dependencies": {
"@plugin-light/shared": "workspace:^",
"@plugin-light/shared-vue2": "workspace:^",
"@plugin-light/webpack-plugin-add-common-vendor": "workspace:^",
"@plugin-light/webpack-plugin-dispatch-vue": "workspace:^",
"t-comm": "^1.5.15"
}
}