@mango-js/runtime
Version:
Basic functions required for running Mango-powered applications.
41 lines • 960 B
JSON
{
"name": "@mango-js/runtime",
"version": "1.0.0-alpha.41",
"description": "Basic functions required for running Mango-powered applications.",
"keywords": [
"mango",
"framework",
"runtime"
],
"homepage": "https://mangojs.geeekyboy.com",
"repository": {
"type": "git",
"url": "https://github.com/GeeekyBoy/mango.git",
"directory": "packages/runtime"
},
"license": "MIT",
"author": {
"name": "Ahmed Hassan",
"email": "ahmed.hassan@geeekyboy.com",
"url": "https://geeekyboy.com"
},
"type": "module",
"main": "dist/mango.min.js",
"files": [
"dist/",
"package.json",
"LICENSE"
],
"devDependencies": {
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.20.0",
"eslint-plugin-jsdoc": "^50.6.3"
},
"engines": {
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a6dc4cd951aa9bde6aa639338a1f13b179ccb142"
}