64 lines
1.4 KiB
JSON

{
"name": "@cool-midway/core",
"version": "7.1.10",
"description": "",
"main": "dist/index.js",
"typings": "index.d.ts",
"scripts": {
"build": "cross-env midway-bin build -c",
"cov": "cross-env midway-bin cov --ts",
"lint": "mwts check",
"lint:fix": "mwts fix"
},
"keywords": [
"cool",
"cool-admin",
"cooljs"
],
"author": "COOL",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"index.d.ts"
],
"readme": "README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://cool-js.com"
},
"devDependencies": {
"@midwayjs/cli": "2.1.1",
"@midwayjs/core": "^3.15.0",
"@midwayjs/decorator": "^3.15.0",
"@midwayjs/koa": "^3.15.2",
"@midwayjs/mock": "^3.15.2",
"@midwayjs/typeorm": "^3.15.2",
"@types/download": "^8.0.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"aedes": "^0.51.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"mwts": "^1.3.0",
"ts-jest": "^29.1.2",
"typeorm": "^0.3.20",
"typescript": "~5.4.2"
},
"dependencies": {
"@cool-midway/cache-manager-fs-hash": "^7.0.0",
"@midwayjs/cache": "^3.14.0",
"@midwayjs/cache-manager": "^3.15.2",
"axios": "^1.6.8",
"decompress": "^4.2.1",
"download": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment": "^2.30.1",
"sqlstring": "^2.3.3",
"uuid": "^9.0.1",
"ws": "^8.16.0"
}
}