21 lines
489 B
JSON
21 lines
489 B
JSON
{
|
|
"name": "astralview",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.15.4",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"lint": "pnpm -r lint",
|
|
"test": "pnpm -r test",
|
|
"format": "prettier . --write",
|
|
"typecheck": "pnpm -r typecheck",
|
|
"check": "pnpm lint && pnpm typecheck && pnpm build"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.20.0",
|
|
"eslint": "^9.20.0",
|
|
"prettier": "^3.4.2",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.23.0"
|
|
}
|
|
}
|