astro/examples/deno/package.json
Fred K. Bot 8450a09f14
[ci] release (#5485)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-30 11:10:06 -05:00

18 lines
372 B
JSON

{
"name": "@example/deno",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "deno run --allow-net --allow-read ./dist/server/entry.mjs",
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.12"
},
"devDependencies": {
"@astrojs/deno": "^2.0.0"
}
}