add config
This commit is contained in:
@ -6,10 +6,11 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node --no-warnings --loader ./src/myloader.mjs --experimental-modules --es-module-specifier-resolution=node ./dist/server.js",
|
||||
"dev": "node --no-warnings --loader ./src/myloader.mjs --experimental-modules --es-module-specifier-resolution=node ./src/server.ts",
|
||||
"dev": "node --no-warnings --loader ./src/myloader.mjs --experimental-modules --es-module-specifier-resolution=node ./src/server.ts start --port 1234",
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"lint": "eslint --fix --ext ts src/"
|
||||
"lint": "eslint --fix --ext ts src/",
|
||||
"upgrade": "yarn upgrade --latest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -24,6 +25,8 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@gquittet/graceful-server": "^2.5.2",
|
||||
"args-command-parser": "^1.2.4",
|
||||
"eslint-import-resolver-alias": "^1.1.2",
|
||||
"fastify": "^3.25.3",
|
||||
"fastify-sensible": "^3.1.2",
|
||||
"winston": "^3.4.0"
|
||||
@ -34,6 +37,7 @@
|
||||
"@types/triple-beam": "^1.3.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
||||
"@typescript-eslint/parser": "^5.10.0",
|
||||
"builder-pattern": "^1.3.0",
|
||||
"eslint": "^8.7.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user