-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 899 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
{
"name": "@westlakelabs/http-client",
"version": "1.1.6",
"description": "Westlake Labs HTTP client wrapper.",
"main": "build/index.js",
"scripts": {
"build": "./node_modules/tslint/bin/tslint --project tsconfig.json && ./node_modules/typescript/bin/tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewrmiller/http-client.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewrmiller/http-client/issues"
},
"homepage": "https://github.com/andrewrmiller/http-client#readme",
"devDependencies": {
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"dependencies": {
"@types/bluebird": "^3.5.29",
"@types/http-errors": "^1.6.3",
"bluebird": "^3.7.2",
"http-errors": "^1.7.3",
"http-method-enum": "^1.0.0"
}
}