-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 912 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 912 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": "@deadlock-delegate/vbt",
"version": "0.0.7",
"description": "Track balance changes of your voters",
"author": "deadock",
"license": "MIT",
"keywords": [
"blockchain",
"ark",
"solar",
"tracking"
],
"main": "dist/service-provider.js",
"repository": {
"type": "git",
"url": "git+https://github.com/deadlock-delegate/vbt.git"
},
"bugs": {
"url": "https://github.com/deadlock-delegate/vbt/issues"
},
"homepage": "https://github.com/deadlock-delegate/vbt",
"files": [
"dist"
],
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"build": "yarn clean && yarn compile",
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.2.0 || ^4.0.0-next.9",
"@arkecosystem/crypto": "^3.2.0 || ^4.0.0-next.9",
"bignumber.js": "^9.0.2",
"@types/node": "^16.9.1",
"axios": "^0.21.4"
}
}