-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.64 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.64 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "subscriptions-monorepo",
"type": "module",
"private": true,
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"generate-idl": "cd program && GENERATE_IDL=1 cargo check",
"generate-clients": "tsx ./scripts/generate-clients.ts",
"lint": "pnpm run generate-clients && pnpm --filter @subscriptions/client build && eslint .",
"lint:fix": "pnpm run generate-clients && pnpm --filter @subscriptions/client build && eslint . --fix"
},
"devDependencies": {
"@codama/nodes-from-anchor": "^1.4.1",
"@codama/renderers-js": "^2.2.0",
"@codama/renderers-rust": "^1.2.9",
"@eslint/js": "^9.39.2",
"@solana/eslint-config-solana": "6.0.0",
"@solana/prettier-config-solana": "^0.0.6",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^9.14.0",
"@types/node": "^25.0.10",
"codama": "^1.6.0",
"eslint": "^9.39.2",
"eslint-plugin-jest": "^29.12.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"globals": "^16.5.0",
"jest": "^30.0.0",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",
"tsx": "^4.20.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
},
"pnpm": {
"overrides": {
"bn.js": "5.2.3",
"flatted": "3.4.2",
"minimatch": "9.0.9",
"picomatch": "4.0.4",
"rollup": "4.60.2"
}
}
}