-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.15 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
{
"name": "sensorsdata-api",
"version": "0.0.35",
"description": "神策开放 API",
"main": "lib/index",
"typings": "lib/index.d.ts",
"scripts": {
"_update_version": "node version.js",
"_dist": "gulp dist",
"test": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -R spec",
"example": "gulp example",
"mocha": "mocha",
"debug": "ts-node debug.ts",
"dist": "npm run _update_version && npm run _dist && npm run test"
},
"homepage": "https://github.com/zswang/irequest",
"author": {
"name": "zswang",
"url": "http://weibo.com/zswang"
},
"license": "MIT",
"dependencies": {
"irequest": "^0.1.0"
},
"devDependencies": {
"@types/node": "^8.0.33",
"@types/request": "^2.0.8",
"gulp": "^4.0.0",
"gulp-examplejs": "0.0.9",
"gulp-jdists": "^2.0.17",
"gulp-linenum": "0.0.2",
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"gulp-typescript": "^3.1.6",
"istanbul": "^0.4.5",
"merge2": "^1.1.0",
"mocha": "^5.2.0",
"request": "^2.87.0",
"should": "^4.1.0",
"ts-node": "^7.0.0",
"typescript": "^2.0.3"
},
"files": [
"lib"
]
}