-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
43 lines (43 loc) · 1.47 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
{
"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.9",
"@codama/internals": "workspace:*",
"@solana/eslint-config-solana": "^3.0.3",
"@solana/prettier-config-solana": "0.0.5",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.0.0",
"agadoo": "^3.0.0",
"eslint": "^8.57.1",
"eslint-config-turbo": "^2.2.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"happy-dom": "^15.7.4",
"prettier": "^3.3.3",
"rimraf": "6.0.1",
"tsup": "^8.3.5",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"zx": "^8.1.9"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "[email protected]",
"prettier": "@solana/prettier-config-solana"
}