-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 948 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 948 Bytes
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
{
"name": "helix-sdk-monorepo",
"private": true,
"version": "0.1.0",
"description": "Helix SDK: Solana RPC & Transaction Reliability Infrastructure",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"test:coverage": "vitest run --coverage",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,json,md}\"",
"typecheck": "turbo run typecheck",
"clean": "turbo run clean && rm -rf node_modules packages/*/dist apps/*/dist"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.31.0",
"prettier": "^3.5.1",
"next": "16.2.9",
"tsup": "^8.0.2",
"turbo": "^2.4.0",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@11.6.0"
}