koa-program/package.json

47 lines
867 B
JSON
Raw Normal View History

2021-02-10 03:40:48 +08:00
{
"name": "koa-program",
2021-02-12 03:18:49 +08:00
"version": "1.1.4",
2021-02-10 03:40:48 +08:00
"bin": {
"koa": "bin/index.js"
},
"engines": {
"node": ">= 15"
},
"dependencies": {
"chalk": "^4.1.0",
"ejs": "^3.1.6",
"inquirer": "^7.3.3"
},
"prettier": {
"tabWidth": 2,
"printWidth": 80,
"semi": true,
"singleQuote": false,
"arrowParens": "avoid",
"bracketSpacing": true,
"trailingComma": "es5"
},
"devDependencies": {
"@types/ejs": "^3.0.5",
"@types/inquirer": "^7.3.1",
"prettier": "^2.2.1"
},
"description": "koa web 项目脚手架",
"keywords": [
"koa",
"koa2",
"koa-web",
"koa-app",
"cli"
],
"author": {
"name": "titor",
"email": "foolsecret@163.com"
2021-02-10 03:40:48 +08:00
},
"repository": {
2021-02-10 03:58:16 +08:00
"type": "git",
"directory": "packages/name",
2021-02-10 19:20:10 +08:00
"url": "https://github.com/h2ostudio/koa-generator.git"
2021-02-10 03:40:48 +08:00
}
}