-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "@effectai/cli",
"version": "1.0.0",
"type": "module",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "tsc --watch"
},
"main": "./dist/index.js",
"dependencies": {
"@effectai/protocol": "workspace:*",
"@effectai/protobufs": "workspace:*",
"@effectai/utils": "workspace:*",
"@effectai/solana-utils": "workspace:*",
"@effectai/payment": "workspace:*",
"@effectai/migration": "workspace:*",
"@effectai/vesting": "workspace:*",
"@effectai/reward": "workspace:*",
"@solana/spl-token": "^0.4.9",
"@solana-program/system": "^0.7.0",
"@solana/web3.js": "^1.98.2",
"@solana-program/token": "^0.5.1",
"@solana/kit": "^2.1.1",
"solana-kite": "^1.5.4",
"@solana/functional": "^2.1.1",
"viem": "2.21.45",
"@coral-xyz/anchor": "^0.31.1",
"axios": "^1.8.4",
"datastore-level": "^11.0.1",
"ulid": "3.0.0",
"bn.js": "^5.2.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"chalk": "^5.3.0",
"commander": "^14.0.0",
"typescript": "^5.7.2",
"winston": "3.17.0"
},
"keywords": [],
"author": "",
"license": "ISC"
}