forked from BoomDotMarket/BoomPay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 752 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 752 Bytes
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
{
"name": "boom-pay-sdk",
"version": "2.0.0",
"description": "Boom Pay SDK",
"main": "./lib",
"keywords": [
"boom",
"boompay",
"rest",
"api"
],
"scripts": {
"build": "tsc",
"lint": "npx eslint --fix ."
},
"repository": {
"type": "git",
"url": "git@lab.git.boom.market:boom/boom-sdk-js.git"
},
"author": "Boom Team <p@boom.market>",
"license": "MIT",
"dependencies": {
"axios": "^1.3.4",
"scmp": "^2.1.0",
"web3-utils": "^1.8.2"
},
"types": "./index.d.ts",
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/node": "^18.14.1",
"eslint": "^8.31.0",
"express": "^4.18.2",
"ts-node": "^10.9.1",
"web3": "^4.1.2"
}
}