forked from fireblocks/fireblocks-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 798 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": "fireblocks-sdk",
"version": "1.5.20",
"main": "dist/fireblocks-sdk.js",
"types": "dist/fireblocks-sdk.d.ts",
"scripts": {
"build": "tsc && npm run tslint",
"tslint": "tslint -c tslint.json -p tsconfig.json --fix",
"prepare": "npm run build",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/fireblocks/fireblocks-sdk-js.git"
},
"license": "MIT",
"dependencies": {
"jsonwebtoken": "8.5.1",
"query-string": "6.13.1",
"request": "2.88.2",
"request-promise-native": "1.0.9"
},
"devDependencies": {
"@types/jsonwebtoken": "8.5.0",
"@types/request-promise-native": "1.0.17",
"tslint": "6.1.3",
"typescript": "3.9.7"
},
"files": [
"dist/**/*"
]
}