UNPKG

@mango-js/create

Version:

Create Mango apps with no build configuration

44 lines 975 B
{ "name": "@mango-js/create", "version": "1.0.0-alpha.41", "description": "Create Mango apps with no build configuration", "keywords": [ "mango", "framework", "create", "app" ], "homepage": "https://mangojs.geeekyboy.com", "bugs": { "url": "https://github.com/GeeekyBoy/mango/issues" }, "repository": { "type": "git", "url": "https://github.com/GeeekyBoy/mango.git", "directory": "packages/create" }, "license": "MIT", "author": { "name": "Ahmed Hassan", "email": "ahmed.hassan@geeekyboy.com", "url": "https://geeekyboy.com" }, "type": "module", "main": "bin/create-mango-app.js", "bin": { "create-mango-app": "bin/create-mango-app.js" }, "files": [ "bin/", "template/", "package.json", "LICENSE" ], "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" }, "publishConfig": { "access": "public" }, "gitHead": "a6dc4cd951aa9bde6aa639338a1f13b179ccb142" }