-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 978 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
{
"name": "eventx",
"version": "1.0.0",
"description": "The core implementation of vuex",
"main": "./dist/eventx.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "npm run test",
"build": "rollup --silent --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaosaisai/eventx.git"
},
"keywords": [
"vue",
"vuex",
"eventbus",
"eventx"
],
"author": "zhaosaisai",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhaosaisai/eventx/issues"
},
"homepage": "https://github.com/zhaosaisai/eventx#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@rollup/plugin-buble": "^0.21.1",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^2.3.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.0"
}
}