-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 1.02 KB
/
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
{
"private": true,
"scripts": {
"programs:build": "zx ./scripts/program/build.mjs",
"programs:test": "zx ./scripts/program/test.mjs",
"programs:format": "zx ./scripts/program/format.mjs",
"programs:lint": "zx ./scripts/program/lint.mjs",
"solana:check": "zx ./scripts/check-solana-version.mjs",
"solana:link": "zx ./scripts/link-solana-version.mjs",
"clients:cli:format": "zx ./scripts/client/format-cli.mjs",
"clients:cli:lint": "zx ./scripts/client/lint-cli.mjs",
"clients:cli:publish": "zx ./scripts/client/publish-cli.mjs",
"clients:cli:test": "zx ./scripts/client/test-cli.mjs",
"template:upgrade": "zx ./scripts/upgrade-template.mjs",
"rust:spellcheck": "cargo spellcheck --code 1",
"rust:audit": "zx ./scripts/audit-rust.mjs",
"rust:semver": "cargo semver-checks"
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"codama": "^1.1.0",
"typescript": "^5.7.2",
"zx": "^8.2.2"
},
"engines": {
"node": ">=v20.0.0"
},
"packageManager": "[email protected]"
}