-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 935 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": "fis3-parser-apm",
"version": "2.1.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"lint": "fecs src/ test/",
"preversion": "npm run lint && npm run build",
"test": "mocha test --require babel-register --require babel-polyfill"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apmjs/fis3-preprocessor-apm.git"
},
"author": "harttle <harttle@126.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/apmjs/fis3-preprocessor-apm/issues"
},
"homepage": "https://github.com/apmjs/fis3-preprocessor-apm#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"fecs": "^1.5.4",
"lodash": "^4.17.11",
"mocha": "^4.0.0"
},
"dependencies": {
"glob": "^7.1.3",
"madge": "^3.0.0"
}
}