30 lines
679 B
JSON
30 lines
679 B
JSON
{
|
|
"name": "@mcflyjs/core",
|
|
"version": "0.2.7",
|
|
"description": "McFly core package",
|
|
"main": "event-handler.mjs",
|
|
"files": [
|
|
"event-handler.mjs",
|
|
"define-config.mjs",
|
|
"LICENSE"
|
|
],
|
|
"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",
|
|
"ultrahtml": "^1.5.2"
|
|
}
|
|
}
|