mcfly/templates/basic/package.json

23 lines
593 B
JSON

{
"private": true,
"scripts": {
"start": "nitropack dev",
"prepare": "nitropack prepare",
"dev": "nitropack dev",
"build": "nitropack build",
"preview": "node .output/server/index.mjs"
},
"dependencies": {
"@mcflyjs/config": "^0.0.1",
"@mcflyjs/core": "^0.1.0",
"esprima": "^4.0.1",
"nitropack": "latest",
"ultrahtml": "^1.5.2"
},
"name": "@templates/basic",
"description": "Look at the [Nitro documentation](https://nitro.unjs.io/) to learn more.",
"version": "0.0.1",
"main": "index.js",
"author": "Ayo Ayco",
"license": "MIT"
}