-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
27 lines (27 loc) · 930 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
{
"name": "solana-prediction",
"version": "1.0.0",
"description": "",
"scripts": {
"farm-airdrop": "ts-node farm-airdrop.ts",
"anchor-dev": "anchor build && anchor deploy --provider.cluster devnet",
"anchor-testnet": "anchor build && anchor deploy --provider.cluster testnet",
"anchor-mainnet": "anchor build && anchor deploy --provider.cluster mainnet-beta",
"sdk": "cd sdk && yarn build && cd ../crank && yarn upgrade && yarn build && cd ../server && yarn upgrade && cd ../frontend && yarn upgrade"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmvdz/prediction-game.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lmvdz/prediction-game/issues"
},
"homepage": "https://github.com/lmvdz/prediction-game#readme",
"devDependencies": {
"@types/node": "^18.11.9",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}