-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.09 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.09 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
{
"name": "codama-monorepo",
"private": true,
"scripts": {
"build": "turbo run build --log-order grouped",
"lint": "turbo run lint --log-order grouped",
"lint:fix": "turbo lint:fix --log-order grouped && pnpm prettier --ignore-unknown --write '{.,!packages}/*'",
"test": "turbo run test --log-order grouped",
"publish-packages": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@solana/eslint-config-solana": "^5.0.0",
"@solana/prettier-config-solana": "0.0.6",
"@types/node": "^25",
"agadoo": "^3.0.0",
"browserslist-to-esbuild": "^2.1.1",
"eslint": "^9.39.2",
"happy-dom": "^20.1.0",
"prettier": "^3.7.4",
"rimraf": "6.1.2",
"tsup": "^8.5.1",
"turbo": "^2.7.4",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
},
"engines": {
"node": ">=20.18.0"
},
"packageManager": "pnpm@10.15.1",
"prettier": "@solana/prettier-config-solana"
}