mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-11 08:32:50 +00:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "cool-admin-midway",
|
|
"version": "8.0.0",
|
|
"description": "一个很酷的Ai开发快速框架",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@cool-midway/core": "file:/Users/ap/Documents/src/admin/midway-packages/core",
|
|
"@midwayjs/bootstrap": "^3.19.3",
|
|
"@midwayjs/core": "^3.19.0",
|
|
"@midwayjs/info": "^3.19.2",
|
|
"@midwayjs/koa": "^3.19.2",
|
|
"@midwayjs/logger": "^3.4.2",
|
|
"@midwayjs/validate": "^3.19.2"
|
|
},
|
|
"devDependencies": {
|
|
"@midwayjs/bundle-helper": "^1.3.0",
|
|
"@midwayjs/mock": "^3.19.2",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "22",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"cross-env": "^7.0.3",
|
|
"jest": "^29.7.0",
|
|
"mwts": "^1.3.0",
|
|
"mwtsc": "^1.15.1",
|
|
"pkg": "^5.8.1",
|
|
"ts-jest": "^29.2.5",
|
|
"typescript": "~5.7.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "NODE_ENV=production node ./bootstrap.js",
|
|
"dev": "cool check && cross-env NODE_ENV=local mwtsc --watch --run @midwayjs/mock/app.js",
|
|
"test": "cross-env NODE_ENV=unittest jest",
|
|
"cov": "jest --coverage",
|
|
"lint": "mwts check",
|
|
"lint:fix": "mwts fix",
|
|
"ci": "npm run cov",
|
|
"build": "mwtsc --cleanOutDir",
|
|
"bundle": "bundle && npm run build && ncc build bootstrap.js -o build",
|
|
"bundle_start": "NODE_ENV=production node ./build/index.js",
|
|
"pkg": "pkg . -d > build/pkg.log"
|
|
},
|
|
"bin": "./bootstrap.js",
|
|
"pkg": {
|
|
"scripts": "dist/**/*.js",
|
|
"assets": [],
|
|
"targets": [
|
|
"node18-macos-x64"
|
|
],
|
|
"outputPath": "build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://cool-js.com"
|
|
},
|
|
"author": "COOL",
|
|
"license": "MIT"
|
|
}
|