mirror of https://github.com/certd/certd
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "@certd/lib-server",
|
|
"version": "1.28.2",
|
|
"description": "midway with flyway, sql upgrade way ",
|
|
"private": false,
|
|
"type": "module",
|
|
"module": "./dist/index.js",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
|
|
"build": "npm run before-build && tsc --skipLibCheck",
|
|
"dev-build": "npm run build",
|
|
"test": "midway-bin test --ts -V",
|
|
"test1": "midway-bin test --ts -V -f test/blank.test.ts -t 'hash-check'",
|
|
"cov": "midway-bin cov --ts",
|
|
"lint": "mwts check",
|
|
"lint:fix": "mwts fix",
|
|
"prepublish": "npm run build",
|
|
"pub": "npm publish"
|
|
},
|
|
"keywords": [],
|
|
"author": "greper",
|
|
"files": [
|
|
"dist/**/*.js",
|
|
"dist/**/*.d.ts"
|
|
],
|
|
"license": "AGPL",
|
|
"dependencies": {
|
|
"@certd/acme-client": "^1.28.2",
|
|
"@certd/basic": "^1.28.2",
|
|
"@certd/pipeline": "^1.28.2",
|
|
"@certd/plus-core": "^1.28.2",
|
|
"@midwayjs/cache": "~3.14.0",
|
|
"@midwayjs/core": "~3.17.1",
|
|
"@midwayjs/i18n": "~3.17.3",
|
|
"@midwayjs/info": "~3.17.3",
|
|
"@midwayjs/koa": "~3.17.1",
|
|
"@midwayjs/logger": "~3.4.2",
|
|
"@midwayjs/typeorm": "~3.17.1",
|
|
"@midwayjs/upload": "^3.17.3",
|
|
"better-sqlite3": "^11.1.2",
|
|
"cross-env": "^7.0.3",
|
|
"dayjs": "^1.11.7",
|
|
"lodash-es": "^4.17.21",
|
|
"mwts": "^1.3.0",
|
|
"mwtsc": "^1.4.0",
|
|
"typeorm": "^0.3.20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.3",
|
|
"@types/node": "^18",
|
|
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
|
"@typescript-eslint/parser": "^5.38.1",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "^2.8.8",
|
|
"rimraf": "^5.0.5",
|
|
"tslib": "^2.8.1",
|
|
"typeorm": "^0.3.11",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"gitHead": "e5c164065cef75a6813a4ff48b2167a966dce112"
|
|
}
|