forked from vechain/token-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 KB
/
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": "token-registry",
"version": "1.0.0",
"description": "vechain tokens",
"main": "index.js",
"scripts": {
"build": "npm run clean && node index.js -b all",
"build:main": "npm run clean && node index.js -b main",
"build:test": "npm run clean && node index.js -b test",
"clean": "node index.js clean",
"lint": "node index.js -l all",
"lint:main": "node index.js -l main",
"lint:test": "node index.js -l test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AsbertMa/token-registry.git"
},
"keywords": [
"vechain",
"token",
"transfer"
],
"author": "Asbert Ma <stayinalive@msn.cn>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/AsbertMa/token-registry/issues"
},
"homepage": "https://github.com/AsbertMa/token-registry#readme",
"dependencies": {
"axios": "^1.6.8",
"bignumber.js": "^9.0.0",
"file-system": "2.2.2",
"hash-file": "3.0.0",
"sharp": "^0.32.6",
"thor-devkit": "^2.0.9"
}
}