-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 746 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
{
"name": "bellscoin_nft_tools",
"version": "0.1.0",
"main": "index.js",
"bin": "index.js",
"pkg": {
"assets": [
"layers/**/*",
"node_modules/**/*",
"src/**/*"
]
},
"scripts": {
"build": "node index.js",
"generate": "node index.js"
},
"license": "MIT",
"dependencies": {
"canvas": "^2.8.0",
"gif-encoder-2": "^1.0.5",
"progress": "^2.0.3",
"sha1": "^1.1.1",
"axios": "^1.3.4",
"bn.js": "=4.11.8",
"bs58": "^4.0.1",
"buffer-compare": "=1.1.1",
"decimal.js": "^10.4.3",
"dotenv": "^16.0.3",
"elliptic": "^6.5.3",
"inherits": "=2.0.1",
"lodash": "^4.17.20",
"mime-types": "^2.1.35",
"prettier": "^2.8.3",
"scryptsy": "2.1.0"
}
}