-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 847 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 847 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
{
"name": "anonymous-transactions-prototype",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavesplatform/anonymous-transactions-prototype.git"
},
"author": "Igor Gulamov",
"license": "MIT",
"bugs": {
"url": "https://github.com/wavesplatform/anonymous-transactions-prototype/issues"
},
"homepage": "https://github.com/wavesplatform/anonymous-transactions-prototype#readme",
"dependencies": {
"@waves/waves-crypto": "^3.0.17",
"@waves/waves-transactions": "^3.12.1",
"assert": "^2.0.0",
"axios": "^0.19.0",
"dotenv": "^6.2.0",
"level": "^5.0.1",
"node-fetch": "^2.6.0",
"to-regex-range": "^5.0.1",
"yargs": "^13.3.0"
}
}