-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 858 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
{
"name": "fireblocks-sdk",
"version": "2.2.1",
"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": {
"@aws-sdk/client-kms": "^3.99.0",
"@aws-sdk/types": "^3.78.0",
"axios": "^0.24.0",
"dotenv": "^16.0.1",
"jsonwebtoken": "8.5.1",
"query-string": "6.13.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/jsonwebtoken": "8.5.0",
"@types/uuid": "^8.3.1",
"tslint": "6.1.3",
"typescript": "^3.9.7"
},
"files": [
"dist/**/*"
]
}