|
@@ -20,16 +20,16 @@
|
|
|
"rimraf": "~5.0",
|
|
|
"ts-api-utils": "~1.0",
|
|
|
"ts-jest": "~29.1",
|
|
|
- "typescript": "~5.3"
|
|
|
+ "tsc-alias": "1.8.8",
|
|
|
+ "typescript": "~5.1.0"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"prestart": "npm run build",
|
|
|
"start": "node build/src/main.js",
|
|
|
"clean": "rimraf coverage build tmp",
|
|
|
- "prebuild": "npm run lint",
|
|
|
- "build": "tsc -p tsconfig.json",
|
|
|
- "build:watch": "tsc -w -p tsconfig.json",
|
|
|
- "build:release": "npm run clean && tsc -p tsconfig.release.json",
|
|
|
+ "build": "tsc -p tsconfig.json && tsc-alias",
|
|
|
+ "build:watch": "tsc -w -p tsconfig.json && tsc-alias",
|
|
|
+ "build:release": "npm run clean && tsc -p tsconfig.release.json && tsc-alias",
|
|
|
"lint": "eslint . --ext .ts --ext .mts",
|
|
|
"test": "jest --coverage",
|
|
|
"prettier": "prettier --config .prettierrc --write .",
|
|
@@ -37,7 +37,7 @@
|
|
|
},
|
|
|
"license": "Apache-2.0",
|
|
|
"dependencies": {
|
|
|
- "tslib": "~2.6"
|
|
|
+ "tslib": "~2.6.2"
|
|
|
},
|
|
|
"volta": {
|
|
|
"node": "18.12.1"
|