-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 KB
/
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
{
"name": "jscode",
"version": "1.0.0",
"description": "一些认为有用的代码片段",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"dev": "cross-env FILE=calendar rollup --config rollup.config.js -w",
"build": "cross-env FILE=mp-vuejs-hacker rollup --config rollup.config.js",
"test": "mocha --require babel-core/register --watch --watch-extensions js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jv-Juven/jscode.git"
},
"author": "Juven",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jv-Juven/jscode/issues"
},
"homepage": "https://github.com/Jv-Juven/jscode#readme",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"cross-env": "^5.2.0",
"expect.js": "^0.3.1",
"mocha": "^5.2.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-node-resolve": "^3.4.0"
}
}