AstralView/packages/docs/package.json

17 lines
371 B
JSON

{
"name": "@astralview/docs",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"lint": "eslint . --max-warnings=0",
"typecheck": "tsc -p tsconfig.json --noEmit",
"serve": "vitepress serve docs"
},
"devDependencies": {
"vitepress": "^1.0.0",
"typescript": "^5.7.3"
}
}