-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
38 lines (38 loc) · 947 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
{
"name": "fireblocks-sdk",
"version": "5.34.0",
"main": "dist/src/fireblocks-sdk.js",
"types": "dist/src/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": {
"@notabene/pii-sdk": "^1.17.1",
"axios": "^1.7.7",
"jsonwebtoken": "^9.0.2",
"platform": "^1.3.6",
"qs": "^6.11.0",
"query-string": "^7.1.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^16.18.25",
"@types/platform": "^1.3.4",
"@types/qs": "^6.9.7",
"@types/uuid": "^8.3.1",
"tslint": "6.1.3",
"typescript": "^5.3.2"
},
"files": [
"dist/**/*"
]
}