37 lines
854 B
JSON
37 lines
854 B
JSON
{
|
|
"name": "@mcflyjs/config",
|
|
"version": "0.2.7",
|
|
"description": "Nitro configuration for McFly apps",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.json",
|
|
"version": "npm version",
|
|
"publish": "npm publish",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.sr.ht/~ayoayco/mcfly",
|
|
"directory": "packages/config"
|
|
},
|
|
"author": "Ayo Ayco",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
|
|
},
|
|
"homepage": "https://mcfly.js.org",
|
|
"dependencies": {
|
|
"h3": "^1.8.2",
|
|
"web-component-base": "^2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"nitropack": "~2.10"
|
|
}
|
|
}
|