-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.34 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.34 KB
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
{
"name": "funding-pot-script",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"project": "NODE_ENV=production TYPE=project node index.js",
"vesting:project": "NODE_ENV=test TYPE=project node utils/scripts/createVestings.js",
"migrate:project": "TYPE=project node utils/scripts/migrateWorkflows/index.js",
"close:project": "NODE_ENV=production TYPE=project node utils/scripts/closeWorkflows/index.js",
"roles:project": "NODE_ENV=production node utils/scripts/setupRoles/index.js",
"test:unit": "NODE_ENV=test node utils/testUtils/unitTestRunner.js",
"test:e2e": "NODE_ENV=test node steps/main.e2e.test.js",
"test:e2e:roles": "NODE_ENV=test node utils/scripts/setupRoles/setupRoles.e2e.test.js",
"clean": "NODE_ENV=test node utils/scripts/resetTestFiles.js",
"distribute-fees": "NODE_ENV=production node utils/scripts/distributeProtocolFees/index.js"
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@ankr.com/ankr.js": "^0.5.1",
"@inverter-network/sdk": "^0.3.18",
"@safe-global/api-kit": "^2.4.4",
"@safe-global/protocol-kit": "^4.0.4",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"axios": "^1.8.3",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"ethers-multisend": "^3.1.0",
"glob": "^11.0.0",
"viem": "^2.19.4"
}
}