mcfly/packages/config/package.json
2023-10-26 21:38:30 +02:00

26 lines
607 B
JSON

{
"name": "@mcflyjs/config",
"version": "0.0.9",
"description": "Nitro configuration for McFly apps",
"type": "module",
"main": "index.mjs",
"devDependencies": {},
"files": [
"index.mjs",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/McFly.git",
"directory": "packages/config"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayoayco/McFly/issues"
},
"homepage": "https://github.com/ayoayco/McFly#readme"
}