-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
37 lines (37 loc) · 1008 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
{
"name": "solink",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"testnetDefaultChannel": "v1.4.8",
"scripts": {
"solink": "ts-node src/cli.ts",
"solana:devnet": "solana config set --url https://devnet.solana.com",
"build:program": "solray build program",
"watch": "yarn ts-node-dev --respawn"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ltd/j-toml": "^1.6.0",
"@solana/web3.js": "^0.90.5",
"axios": "0.21.1",
"borsh": "https://github.com/defactojob/borsh-js#field-mapper",
"buffer-layout": "^1.2.0",
"commander": "^6.2.0",
"dotenv": "^8.2.0",
"fastify": "3.15.1",
"reconnecting-websocket": "^4.4.0",
"solray": "git+https://github.com/defactojob/solray",
"winston": "^3.3.3",
"ws": "^7.4.1"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/node": "^14.14.12",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.2"
}
}