-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "cloudinsight-sdk",
"version": "0.9.0",
"description": "Sdk for OneAPM Ci.",
"main": "lib/index.js",
"scripts": {
"test": "eslint src && jest && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"build:run": "webpack -p && node ./examples/pm25.js"
},
"jest": {
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*"
]
},
"keywords": [
"oneapm",
"cloud",
"agent",
"sdk"
],
"author": "oneapm.com",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudinsight/cloudinsight-nodejs-sdk.git"
},
"bugs": {
"url": "https://github.com/cloudinsight/cloudinsight-nodejs-sdk/issues"
},
"homepage": "https://github.com/cloudinsight/cloudinsight-nodejs-sdk#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-jest": "^17.0.2",
"babel-loader": "^6.2.8",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"jest": "^17.0.3",
"webpack": "^1.13.3"
}
}