-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 2.6 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"private": true,
"scripts": {
"discriminator:build": "zx ./scripts/rust/build-sbf.mjs discriminator",
"discriminator:test": "zx ./scripts/rust/test.mjs discriminator",
"discriminator:format": "zx ./scripts/rust/format.mjs discriminator",
"discriminator:lint": "zx ./scripts/rust/lint.mjs discriminator",
"program-error:build": "zx ./scripts/rust/build-sbf.mjs program-error",
"program-error:test": "zx ./scripts/rust/test.mjs program-error",
"program-error:format": "zx ./scripts/rust/format.mjs program-error",
"program-error:lint": "zx ./scripts/rust/lint.mjs program-error",
"pod:build": "zx ./scripts/rust/build-sbf.mjs pod",
"pod:test": "zx ./scripts/rust/test.mjs pod",
"pod:format": "zx ./scripts/rust/format.mjs pod",
"pod:lint": "zx ./scripts/rust/lint.mjs pod",
"tlv-account-resolution:build": "zx ./scripts/rust/build-sbf.mjs tlv-account-resolution",
"tlv-account-resolution:test": "zx ./scripts/rust/test.mjs tlv-account-resolution",
"tlv-account-resolution:format": "zx ./scripts/rust/format.mjs tlv-account-resolution",
"tlv-account-resolution:lint": "zx ./scripts/rust/lint.mjs tlv-account-resolution",
"type-length-value:build": "zx ./scripts/rust/build-sbf.mjs type-length-value",
"type-length-value:test": "zx ./scripts/rust/test.mjs type-length-value",
"type-length-value:format": "zx ./scripts/rust/format.mjs type-length-value",
"type-length-value:lint": "zx ./scripts/rust/lint.mjs type-length-value",
"type-length-value:js:test": "zx ./scripts/js/test.mjs type-length-value",
"type-length-value:js:format": "zx ./scripts/js/format.mjs type-length-value",
"type-length-value:js:lint": "zx ./scripts/js/lint.mjs type-length-value",
"type-length-value-derive-test:build": "zx ./scripts/rust/build-sbf.mjs type-length-value-derive-test",
"type-length-value-derive-test:test": "zx ./scripts/rust/test.mjs type-length-value-derive-test",
"type-length-value-derive-test:format": "zx ./scripts/rust/format.mjs type-length-value-derive-test",
"type-length-value-derive-test:lint": "zx ./scripts/rust/lint.mjs type-length-value-derive-test",
"template:upgrade": "zx ./scripts/upgrade-template.mjs",
"rust:spellcheck": "cargo spellcheck --code 1",
"rust:audit": "zx ./scripts/rust/audit.mjs",
"rust:semver": "cargo semver-checks"
},
"devDependencies": {
"@codama/renderers-js": "^1.2.0",
"@codama/renderers-rust": "^1.0.8",
"@iarna/toml": "^2.2.5",
"codama": "^1.2.1",
"typescript": "^5.7.3",
"zx": "^8.3.1"
},
"engines": {
"node": ">=v20.0.0"
},
"packageManager": "[email protected]"
}