31 lines
699 B
JSON
31 lines
699 B
JSON
{
|
|
"name": "@mcflyjs/core",
|
|
"version": "0.1.1",
|
|
"description": "McFly core package",
|
|
"main": "index.ts",
|
|
"files": [
|
|
"index.ts",
|
|
"define-config.ts"
|
|
],
|
|
"scripts": {
|
|
"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": {
|
|
"esprima": "^4.0.1",
|
|
"h3": "^1.8.2",
|
|
"nitropack": "^2.7.0",
|
|
"ultrahtml": "^1.5.2",
|
|
"unstorage": "^1.9.0"
|
|
}
|
|
}
|