-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 942 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
36
37
38
39
40
41
42
43
{
"name": "jos-sdk",
"version": "0.2.1",
"description": "nodejs sdk for jos",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leoliew/jos-sdk.git"
},
"keywords": [
"jos",
"sdk"
],
"dependencies": {
"lodash": "^4.17.15",
"moment-timezone": "^0.5.26",
"querystring": "^0.2.0",
"superagent": "^5.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.3",
"jest": "^24.9.0",
"nock": "^10.0.6",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.6.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/leoliew/jos-sdk/issues"
},
"homepage": "https://github.com/leoliew/jos-sdk#readme"
}