1 Star 2 Fork 0

Noell/stt-back

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
Noel 提交于 2021-11-15 11:27 . 配置修改
{
"name": "lin-cms-koa",
"version": "0.3.11",
"description": "simple and practical CMS implememted by koa",
"main": "app/starter.js",
"scripts": {
"test": "jest test",
"start:dev": "cross-env NODE_ENV=development nodemon",
"start:prod": "cross-env NODE_ENV=production node index",
"prettier": "prettier --write app/**/*.js app/*.js app/**/**/*.js app/**/**/**/*.js test/**/*.js && eslint app test --fix"
},
"keywords": [
"lin",
"cms",
"koa"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TaleLin/lin-cms-koa.git"
},
"author": "Pedro/Shirmy/Evan",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/register": "^7.8.6",
"@types/eslint": "^4.16.6",
"@types/jest": "^24.0.11",
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.2.2",
"@types/koa__cors": "^2.2.3",
"@types/prettier": "1.16.1",
"@types/supertest": "^2.0.7",
"babel-jest": "^26.0.1",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.2.0",
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.3.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.9.0",
"nodemon": "^1.18.10",
"prettier": "1.16.4",
"supertest": "^3.4.2"
},
"dependencies": {
"@koa/cors": "^2.2.3",
"cheerio": "^1.0.0-rc.10",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"lin-mizar": "^0.3.8",
"mysql2": "^2.1.0",
"request": "^2.88.2",
"sequelize": "^5.21.13",
"validator": "^13.1.1",
"ws": "^7.4.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/noell/stt-back.git
[email protected]:noell/stt-back.git
noell
stt-back
stt-back
master

搜索帮助