2025-01-09 20:42:31 +08:00

43 lines
964 B
JSON

{
"$schema": "http://json.schemastore.org/package",
"name": "@cool-midway/core",
"version": "8.0.0",
"description": "cool-admin-midway core",
"main": "dist/index.js",
"typings": "index.d.ts",
"bin": {
"cool": "./dist/bin/index.js"
},
"scripts": {
"build": "mwtsc --cleanOutDir",
"test": "cross-env NODE_ENV=unittest jest",
"cov": "jest --coverage",
"lint": "mwts check",
"lint:fix": "mwts fix"
},
"keywords": [],
"author": "",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"index.d.ts"
],
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.19.0",
"@midwayjs/logger": "^3.4.2",
"@midwayjs/mock": "^3.19.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.5",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"mwts": "^1.3.0",
"mwtsc": "^1.15.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.3"
},
"dependencies": {
"commander": "^11.1.0"
}
}