-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.3 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.3 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
{
"name": "contra-withdraw-program",
"version": "1.0.0",
"main": "index.js",
"description": "Contra Withdraw Program",
"repository": "git@github.com:solana-foundation/contra.git",
"license": "MIT",
"scripts": {
"build": "cd clients/typescript && tsc",
"generate-clients": "tsx ./scripts/generate-clients.ts",
"generate-idl": "cd program && cargo check --features idl",
"test:unit": "cd clients/typescript && jest",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@codama/renderers-js": "^1.7.0",
"@codama/renderers-rust": "^1.2.9",
"@jest/globals": "^30.1.2",
"@solana-program/system": "^0.8.0",
"@solana-program/token": "^0.6.0",
"@solana/kit": "^3.0.2",
"@solana/prettier-config-solana": "^0.0.5",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.1",
"codama": "^1.5.0",
"jest": "^30.1.3",
"prettier": "^3.6.2",
"ts-jest": "^29.4.1",
"tsx": "^4.20.5",
"typescript": "^5.8.3"
},
"devDependencies": {},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
}