status-indicator/package.json
2026-05-14 11:51:28 +02:00

20 lines
498 B
JSON

{
"name": "status-indicator-monorepo",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "echo \"Warning: no test specified\"",
"dev": "pnpm -F site run dev",
"build:site": "pnpm -F site run build",
"build:lib": "pnpm -F @ayo-run/status-indicator run build",
"prepare": "husky"
},
"devDependencies": {
"@types/node": "^25.6.2",
"eslint": "^10.3.0",
"husky": "^9.1.7",
"unplugin-dts": "^1.0.0",
"vite": "^8.0.11"
}
}