-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.54 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "whisky-gaming-protocol",
"version": "1.0.0",
"description": "Decentralized Gaming Protocol on Solana - Whisky Core",
"main": "index.js",
"scripts": {
"build": "anchor build",
"test": "anchor test",
"deploy": "anchor deploy",
"clean": "anchor clean",
"lint": "eslint . --ext .ts,.js",
"format": "prettier --write .",
"typecheck": "tsc --noEmit"
},
"keywords": [
"solana",
"blockchain",
"gaming",
"defi",
"anchor",
"rust",
"web3"
],
"author": "Sarthak Kapila",
"license": "MIT",
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@solana/spl-token": "^0.3.9",
"@solana/web3.js": "^1.87.6"
},
"devDependencies": {
"@types/bn.js": "^5.2.0",
"@types/chai": "^4.3.11",
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"chai": "^4.3.10",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"ts-mocha": "^10.0.0",
"tsup": "^8.5.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/whisky-gaming/whisky-core"
},
"bugs": {
"url": "https://github.com/whisky-gaming/whisky-core/issues"
},
"homepage": "https://whisky.game",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}