-
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) · 883 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 883 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": "sp-actions",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "Apache-2.0",
"scripts": {
"discovery:health": "node discovery-provider/healthChecks.js",
"creator:health": "node creator-node/healthChecks.js",
"creator:delist": " node creator-node/delistContent/index.js delist",
"creator:undelist": " node creator-node/delistContent/index.js undelist",
"claim:init-round": "node claim/claim.js initiate-round --transfer-rewards-to-solana"
},
"dependencies": {
"@audius/libs": "1.2.116",
"@solana/web3.js": "^1.98.0",
"@truffle/hdwallet-provider": "^1.2.2",
"@wormhole-foundation/sdk": "^1.3.2",
"axios": "^0.21.0",
"commander": "^6.2.1",
"form-data": "^3.0.0",
"web3": "^1.3.4",
"ws": "^8.13.0"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}