mcfly/packages/core/package.json

61 lines
1.4 KiB
JSON

{
"name": "@mcflyjs/core",
"version": "0.8.8",
"description": "McFly core package",
"type": "module",
"main": "./dist/cli/index.js",
"bin": {
"mcfly": "./dist/cli/index.js"
},
"exports": {
".": {
"types": "./dist/cli/index.d.ts",
"default": "./dist/cli/index.js"
},
"./runtime": "./dist/runtime/index.js",
"./cli": "./dist/cli/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --erasableSyntaxOnly",
"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/core"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
},
"homepage": "https://mcfly.js.org",
"dependencies": {
"c12": "^3.0.2",
"citty": "^0.1.6",
"consola": "^3.4.2",
"devalue": "^5.1.1",
"esprima": "^4.0.1",
"h3": "^1.15.1",
"nitropack": "^2.11.7",
"pathe": "^2.0.3",
"ultrahtml": "^1.5.3"
},
"devDependencies": {
"@types/esprima": "^4.0.6",
"@types/estree": "^1.0.7",
"@vitest/coverage-istanbul": "3.0.9",
"@vitest/coverage-v8": "3.0.9",
"@vitest/ui": "3.0.9",
"esbuild": "^0.25.1",
"hookable": "^5.5.3",
"unstorage": "^1.15.0",
"vitest": "^3.0.9"
}
}