magen
Version:
Magen, generate react apps with module architecture
42 lines (41 loc) • 937 B
JSON
{
"name": "magen",
"version": "1.2.14",
"description": "Magen, generate react apps with module architecture",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"prepare": "npx tsc && npm run copy",
"copy": "ts-node ./src/copy_assets.ts",
"upload": "npm publish --access public"
},
"bin": {
"magen": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvrcoag/magen.git"
},
"keywords": [
"module",
"generator",
"module-generator",
"architecture",
"arc",
"module-architecture"
],
"author": "mvrcoag",
"license": "ISC",
"bugs": {
"url": "https://github.com/mvrcoag/magen/issues"
},
"homepage": "https://github.com/mvrcoag/magen#readme",
"devDependencies": {
"@types/node": "^20.10.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"enquirer": "^2.4.1"
}
}