forked from jrwashburn/mina-pool-payout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 796 Bytes
/
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
{
"name": "mina-payout",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run payout -- -m=0",
"build": "tsc -p .",
"payout": "ts-node -r dotenv/config src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.8",
"@types/object-hash": "^1.3.4",
"@types/yargs": "^16.0.0",
"dotenv": "^8.2.0",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.5"
},
"dependencies": {
"@o1labs/client-sdk": "1.0.0",
"csv": "^5.4.0",
"node-fetch": "^2.6.1",
"object-hash": "^2.1.1",
"pg-promise": "^10.9.2",
"yargs": "^16.2.0"
}
}