pnpm-astro-monorepo-template/playground/package.json

23 lines
455 B
JSON
Raw Permalink Normal View History

2024-03-06 19:27:27 +00:00
{
"name": "playground",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.3.5",
2024-03-06 19:29:23 +00:00
"PACKAGE-NAME": "workspace:*"
2024-03-06 19:27:27 +00:00
},
"devDependencies": {
"@astrojs/check": "^0.5.1",
"@types/node": "^20.11.17",
"typescript": "^5.3.3"
}
}