20 lines
503 B
JSON
20 lines
503 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 ."
|
|
},
|
|
"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",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|