-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.16 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": "codama-monorepo",
"private": true,
"scripts": {
"build": "turbo run build --log-order grouped",
"generate": "pnpm --filter @codama-internal/spec-generators generate",
"lint": "oxlint && oxfmt --check",
"lint:fix": "oxlint --fix && oxfmt",
"test": "turbo run test --log-order grouped",
"release:publish": "pnpm build && changeset publish",
"release:version": "changeset version && release-tools postversion"
},
"devDependencies": {
"@changesets/changelog-github": "^1.0.1",
"@changesets/cli": "^3.0.2",
"@codama/release-tools": "github:codama-idl/release-tools#v1.3.1",
"@solana-config/oxc": "^0.1.1",
"@types/node": "^26",
"agadoo": "^3.0.0",
"browserslist-to-esbuild": "^2.1.1",
"happy-dom": "^20.14.5",
"oxfmt": "^0.67.0",
"oxlint": "^1.82.0",
"oxlint-tsgolint": "^7.0.2001",
"rimraf": "6.1.3",
"tsup": "^8.5.1",
"turbo": "^2.10.12",
"typescript": "^7.0.2",
"vitest": "^5.0.0"
},
"engines": {
"node": ">=20.18.0"
},
"packageManager": "pnpm@10.15.1"
}