forked from demox-labs/solrand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 943 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
35
36
37
38
39
40
41
{
"name": "solrandhypn",
"description": "A js client to interact with the solrand program",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/nonlin-lin-chaos-order-etc-etal/solrandhypnjs.git"
},
"keywords": [
"solana",
"random"
],
"author": "Evan Marshall <[email protected]> (https://demoxlabs.xyz)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nonlin-lin-chaos-order/solrandhypnjs/issues"
},
"dependencies": {
"@project-serum/anchor": "^0.18.2",
"@project-serum/anchor-cli": "^0.20.0",
"corepack": "^0.10.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"ts-mocha": "^8.0.0",
"typescript": "^4.3.5"
},
"main": "index.js",
"directories": {
"test": "tests"
},
"publishConfig": {
"access": "public"
},
"files": [
"index.js",
"/app"
]
}