ibag
Version:
A visual, fast, and customizable front-end scaffolding.
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "ibag",
"version": "1.0.4",
"description": "A visual, fast, and customizable front-end scaffolding.",
"main": "index.js",
"homepage": "https://github.com/827652549/ibag",
"bin": {
"ibag": "./index.js"
},
"dependencies": {
"concurrently": "^6.1.0",
"del": "^6.0.0",
"gatsby": "^3.2.1",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.0.0",
"koa2-cors": "^2.0.6",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"npm-check-updates": "^11.3.0",
"open": "^8.0.9",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"yargs": "^17.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier -w output",
"docs": "npx docsify serve docs"
},
"_moduleAliases": {
"@": "."
},
"_moduleDirectories": [
"node_modules_custom"
],
"keywords": [
"cli",
"font-end",
"react",
"vue"
],
"author": "苏一恒",
"license": "MIT",
"bugs": {
"url": "https://github.com/827652549/ibag/issues",
"email": "827652549@qq.com"
},
"repository": "https://github.com/827652549/ibag.git"
}