-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1015 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
{
"name": "vue-behavior-monitor",
"version": "0.0.5",
"description": "Vue.js用户行为埋点方案",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npm version patch && npm publish",
"build": "npx rollup -c"
},
"files": [
"package.json",
"dist"
],
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"rollup": "^2.53.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-banner": "^0.2.1",
"rollup-plugin-terser": "^7.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/vannvan/adoerww/tree/master/vue-behavior-monitor"
},
"author": "https://github.com/vannvan",
"license": "MIT",
"homepage": "https://github.com/vannvan/adoerww/tree/master/vue-behavior-monitor#readme",
"keywords": [
"vue",
"行为埋点",
"埋点"
]
}