mirror of
https://github.com/apgzs/cool-admin-api.git
synced 2025-04-05 03:04:57 +08:00
84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"name": "cool-admin-api_node",
|
|
"version": "1.2.9",
|
|
"description": "cool-admin api接口 node版",
|
|
"private": true,
|
|
"egg": {
|
|
"typescript": true,
|
|
"declarations": true
|
|
},
|
|
"scripts": {
|
|
"start": "egg-scripts start --daemon --title=egg-server-cool-admin-api_node",
|
|
"stop": "egg-scripts stop --title=egg-server-cool-admin-api_node",
|
|
"dev": "egg-bin dev",
|
|
"debug": "egg-bin debug",
|
|
"test-local": "egg-bin test",
|
|
"test": "npm run lint -- --fix && npm run test-local",
|
|
"cov": "egg-bin cov",
|
|
"tsc": "ets && tsc -p tsconfig.json",
|
|
"ci": "npm run lint && npm run cov && npm run tsc",
|
|
"autod": "autod",
|
|
"lint": "tslint --project . -c tslint.json",
|
|
"clean": "ets clean",
|
|
"build": "npm run tsc"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"egg": "^2.25.0",
|
|
"egg-cool-cache": "^1.2.8",
|
|
"egg-cool-controller": "^1.3.2",
|
|
"egg-cool-entity": "^1.2.8",
|
|
"egg-cool-es": "^1.1.2",
|
|
"egg-cool-pay": "^1.2.2",
|
|
"egg-cool-router": "^1.2.8",
|
|
"egg-cool-service": "^1.3.3",
|
|
"egg-cool-task": "^1.2.9",
|
|
"egg-jwt": "^3.1.6",
|
|
"egg-oss": "^2.0.0",
|
|
"egg-redis": "^2.4.0",
|
|
"egg-scripts": "^2.6.0",
|
|
"egg-task": "^0.3.1",
|
|
"egg-ts-typeorm": "^1.1.12",
|
|
"egg-view-nunjucks": "^2.2.0",
|
|
"ipip-ipdb": "^0.3.0",
|
|
"lodash": "^4.17.15",
|
|
"md5": "^2.2.1",
|
|
"moment": "^2.24.0",
|
|
"mysql": "^2.17.1",
|
|
"svg-captcha": "^1.4.0",
|
|
"svg-to-dataurl": "^1.0.0",
|
|
"systeminformation": "^4.15.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^2.2.40",
|
|
"@types/node": "^7.0.12",
|
|
"@types/supertest": "^2.0.0",
|
|
"autod": "^3.0.1",
|
|
"autod-egg": "^1.1.0",
|
|
"egg-bin": "^4.11.0",
|
|
"egg-ci": "^1.8.0",
|
|
"egg-mock": "^3.16.0",
|
|
"tslib": "1.9.0",
|
|
"tslint": "5.0.0",
|
|
"tslint-config-egg": "^1.0.0",
|
|
"typescript": "^3.0.0"
|
|
},
|
|
"resolutions": {
|
|
"tslib": "1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9.0"
|
|
},
|
|
"ci": {
|
|
"version": "8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"eslintIgnore": [
|
|
"coverage"
|
|
],
|
|
"author": "cool",
|
|
"license": "MIT"
|
|
} |