-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
39
40
41
42
43
44
45
46
47
48
{
"name": "yp-chinaums",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"prebuild": "rm -rf lib/*",
"build": "./node_modules/.bin/babel --out-dir=lib src",
"test": "./node_modules/.bin/mocha --require babel-register",
"dev": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcboy/yp-chinaums.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dcboy/yp-chinaums/issues"
},
"homepage": "https://github.com/dcboy/yp-chinaums#readme",
"dependencies": {
"axios": "^0.18.0",
"moment": "^2.22.2"
},
"pre-commit": [
"build"
],
"devDependencies": {
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"babel-cli": "^6.26.0",
"babel-eslint": "8.2.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "2.13.0",
"mocha": "^4.1.0",
"mochawesome": "^3.1.1",
"pre-commit": "^1.2.2"
}
}