mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"name": "astro-custom-start-command",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build && cp custom-server.js dist/custom-server.js && rm -rf node_modules && npm install --production",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.5.4",
|
|
"astro": "^5.2.5"
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"overrides": {
|
|
"rollup": ">=4.58.1",
|
|
"svgo": ">=4.0.1"
|
|
}
|
|
}
|