UNPKG

hero-engineer

Version:
52 lines (51 loc) 1.56 kB
{ "name": "hero-engineer", "version": "0.0.2", "description": "Build anything you want", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/hero-engineer/hero-engineer.git" }, "keywords": [ "Hero", "engineer", "low-code", "no-code", "lowcode", "nocode", "lcnc" ], "author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)", "license": "MIT", "bugs": { "url": "https://github.com/hero-engineer/hero-engineer/issues" }, "homepage": "https://github.com/hero-engineer/hero-engineer#readme", "files": [ "build", "project-template.zip" ], "bin": { "hero-engineer": "./build/cli.js" }, "scripts": { "dev": "nodemon --watch src --ext ts,tsx --exec \"npm run build\"", "build": "tsc", "update-project-template-package": "node ./scripts/updateProjectTemplatePackage.js", "zip-project-template": "zip -r project-template.zip ./project-template", "prepublishOnly": "npm run update-project-template-package && npm run zip-project-template && npm run build", "patch": "npm version patch && git add . -A && git commit -m \"[cli] Publish patch\" && npm publish", "minor": "npm version minor && git add . -A && git commit -m \"[cli] Publish minor\" && npm publish" }, "dependencies": { "@hero-engineer/server": "^0.0.4", "commander": "^9.4.1", "extract-zip": "^2.0.1", "find-up": "^6.3.0", "git-author": "^1.0.3" }, "devDependencies": { "@hero-engineer/client": "^0.0.3" } }