package.json
1.21 KB
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
{
"name": "yoho-apm",
"description": "",
"version": "1.0.0",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon --ignore ./examples app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"debug": "^3.1.0",
"express": "^4.15.4",
"influx-batch-sender": "^0.1.5",
"ip2region": "^1.1.0",
"knex": "^0.14.1",
"lodash": "^4.17.4",
"lru-cache": "^4.1.1",
"mysql": "^2.15.0",
"request-ip": "^2.0.2",
"request-promise": "^4.2.1",
"source-map": "^0.5.7",
"url": "^0.11.0",
"useragent": "^2.3.0",
"yoho-node-lib": "^0.5.24"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.7.0",
"eslint-config-yoho": "^1.0.9",
"eslint-plugin-html": "^3.2.2",
"nodemon": "^1.12.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.6.0"
}
}