2 Star 0 Fork 0

三生石 / dinegg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
三生石 提交于 2024-05-15 22:42 . 3.8.2
{
"name": "dinegg",
"version": "3.8.2",
"description": "egg framework dinegg.",
"dependencies": {
"cluster-client": "^3.6.0",
"egg": "3.21.0",
"egg-cors": "^2.2.3",
"egg-jwt": "^3.1.7",
"egg-validate": "^2.0.2",
"globby": "^11.0.2",
"reflect-metadata": "^0.1.13",
"sdk-base": "^4.2.1"
},
"devDependencies": {
"@diyaner/egg-sequelize": "^6.35.1",
"@types/mocha": "^8.2.1",
"@types/node": "^16.6.1",
"autod": "^3",
"autod-egg": "^1",
"egg-bin": "^6.4.1",
"egg-ci": "^2.2.0",
"egg-mock": "^5.10.7",
"eslint": "^7",
"eslint-config-egg": "^8.0.0",
"mysql2": "^3.0.0",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"test-module": "egg-bin test ./test/module.test.ts",
"test-decorator": "egg-bin test ./test/decorator.test.ts",
"test-appCache": "egg-bin test ./test/appCache.test.ts",
"test-framework": "egg-bin test ./test/framework.test.ts",
"tsc": "tsc",
"clean:js": "ets clean",
"clean": "tsc -b --clean",
"release": "tsc && ets && npm publish && npm run clean",
"cov": "tsc && egg-bin cov && npm run clean",
"lint": "eslint . --resolve-plugins-relative-to .",
"ci": "npm run lint && npm run cov",
"autod": "autod",
"cmt:version-minor:cmt": "git add . && git commit -m minor && npm version minor && git push origin dev",
"cmt:version-patch:cmt": "git add . && git commit -m patch && npm version patch && git push origin dev",
"git:add:com:push": "git add . && git commit -m little && git push origin dev"
},
"ci": {
"version": "12",
"type": "github"
},
"repository": {
"type": "git",
"url": "https://gitee.com/dingiyan/dinegg.git"
},
"keywords": [
"egg",
"egg-framework",
"dinegg"
],
"author": "dingiyan",
"files": [
"config/**/*.js",
"config/**/*.d.ts",
"app/**/*.js",
"app/**/*.d.ts",
"lib/**/*.js",
"lib/**/*.d.ts",
"app.js",
"app.d.ts",
"agent.js",
"agent.d.ts",
"index.js",
"index.d.ts",
"tshelper.js",
"decorator/**/*.js",
"decorator/**/*.d.ts",
"typings/**/*.d.ts"
],
"eslintIgnore": [
"coverage",
"dist"
],
"license": "MIT"
}
NodeJS
1
https://gitee.com/dingiyan/dinegg.git
git@gitee.com:dingiyan/dinegg.git
dingiyan
dinegg
dinegg
master

搜索帮助