mcfly/packages/core/package.json

36 lines
846 B
JSON

{
"name": "@mcflyjs/core",
"version": "0.6.2",
"description": "McFly core package",
"type": "module",
"main": "index.js",
"scripts": {
"version": "npm version",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/McFly.git",
"directory": "packages/core"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayoayco/McFly/issues"
},
"homepage": "https://github.com/ayoayco/McFly#readme",
"dependencies": {
"c12": "^2.0.1",
"consola": "^3.3.3",
"esbuild": "^0.24.2",
"esprima": "^4.0.1",
"h3": "^1.8.2",
"nitropack": "~2.10.4",
"pathe": "^1.1.2",
"ultrahtml": "^1.5.2"
},
"devDependencies": {
"unstorage": "^1.14.4"
}
}