-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 893 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 893 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
{
"name": "modric-lottery-verify",
"version": "3.0.0",
"description": "Independent on-chain verification of the Trendex $MODRIC lottery winner",
"type": "module",
"scripts": {
"verify": "node verify.mjs",
"test": "node --test test/verify-lottery.test.mjs",
"serve": "node server.mjs",
"deploy": "wrangler pages deploy ."
},
"dependencies": {
"@solana/web3.js": "^1.95.0",
"bs58": "^6.0.0",
"sharp": "^0.34.5"
},
"engines": {
"node": ">=18.0.0"
},
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stepanic/modric-lottery-verify.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stepanic/modric-lottery-verify/issues"
},
"homepage": "https://github.com/stepanic/modric-lottery-verify#readme"
}