-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.5 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
{
"name": "codama-monorepo",
"private": true,
"workspaces": [
"packages/*"
],
"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 --log-level warn --ignore-unknown --write '{.,!packages}/*'",
"test": "turbo run test --log-order grouped",
"publish-packages": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@codama/internals": "workspace:*",
"@eslint/js": "^9.17.0",
"@eslint/json": "^0.9.0",
"@solana/eslint-config-solana": "^4.0.0",
"@solana/prettier-config-solana": "0.0.5",
"@types/node": "^22",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"agadoo": "^3.0.0",
"eslint": "^9.17.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"happy-dom": "^16.2.9",
"prettier": "^3.4.2",
"rimraf": "6.0.1",
"tsup": "^8.3.5",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"zx": "^8.3.0"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "[email protected]",
"prettier": "@solana/prettier-config-solana"
}