certd/packages/libs/midway-flyway-js/package.json

51 lines
1.5 KiB
JSON
Raw Normal View History

2024-07-14 16:30:33 +00:00
{
"name": "@certd/midway-flyway-js",
2024-11-13 16:18:04 +00:00
"version": "1.27.3",
2024-07-14 16:30:33 +00:00
"description": "midway with flyway, sql upgrade way ",
"private": false,
"type": "module",
2024-11-12 04:15:06 +00:00
"module": "./dist/index.js",
2024-07-14 16:30:33 +00:00
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
2024-09-25 02:35:30 +00:00
"before-build": "rimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache",
"build": "npm run before-build && tsc --skipLibCheck",
2024-10-10 13:50:04 +00:00
"dev-build": "npm run build",
2024-07-14 16:30:33 +00:00
"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",
"prepublish": "npm run build",
"pub": "npm publish"
},
"keywords": [],
"author": "greper",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"license": "MIT",
2024-11-05 17:17:36 +00:00
"dependencies": {
2024-10-08 18:34:28 +00:00
"@midwayjs/core": "~3.17.1",
"@midwayjs/logger": "~3.4.2",
"@midwayjs/typeorm": "~3.17.1",
2024-11-05 17:17:36 +00:00
"better-sqlite3": "^11.1.2"
},
"devDependencies": {
2024-07-14 16:30:33 +00:00
"@types/chai": "^4.3.3",
2024-09-07 03:40:45 +00:00
"@types/node": "^18",
2024-07-14 16:30:33 +00:00
"@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-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
2024-09-26 06:27:04 +00:00
"rimraf": "^5.0.5",
2024-11-08 15:50:14 +00:00
"tslib": "^2.8.1",
2024-07-19 07:28:41 +00:00
"typeorm": "^0.3.11",
2024-11-08 15:50:14 +00:00
"typescript": "^5.4.2"
2024-07-19 07:41:36 +00:00
},
2024-11-13 16:20:17 +00:00
"gitHead": "1eb70d4cfd1ed2f746369658db2559fe01718324"
2024-07-14 16:30:33 +00:00
}