astro/examples/deno/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
370 B
JSON
Raw Normal View History

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