Files
rf4-spotter/apps/web/package.json
T

25 lines
588 B
JSON

{
"name": "rf4-spotter-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"build": "astro check && astro build",
"start": "node ./dist/server/entry.mjs",
"check": "astro check",
"test:unit": "node --test tests/unit/*.test.ts",
"test:e2e": "playwright test"
},
"dependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/node": "^11.1.5",
"@playwright/test": "^1.55.0",
"astro": "^7.2.10",
"typescript": "^6.0.0"
},
"devDependencies": {
"@types/node": "^26.4.1"
}
}