22 lines
578 B
JSON
22 lines
578 B
JSON
{
|
|
"name": "drift-bottle",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.15.0",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit -p tsconfig.base.json",
|
|
"lint": "eslint . --ext .ts --max-warnings 0 && prettier --check .",
|
|
"build": "corepack pnpm --recursive run build"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
|
"@typescript-eslint/parser": "^8.18.0",
|
|
"eslint": "^8.57.1",
|
|
"prettier": "^3.4.2",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^7.3.2",
|
|
"vitest": "^4.1.11"
|
|
}
|
|
}
|