|
|
@ -9,7 +9,8 @@
|
|
|
|
"dev": "nodemon --watch src -e js,ts,json --exec \"ts-node src/server.ts\"",
|
|
|
|
"dev": "nodemon --watch src -e js,ts,json --exec \"ts-node src/server.ts\"",
|
|
|
|
"test": "jest --detectOpenHandles",
|
|
|
|
"test": "jest --detectOpenHandles",
|
|
|
|
"test:watch": "jest --watchAll",
|
|
|
|
"test:watch": "jest --watchAll",
|
|
|
|
"test:coverage": "jest --coverage"
|
|
|
|
"test:coverage": "jest --coverage",
|
|
|
|
|
|
|
|
"test:CI": "jest --coverage --testTimeout=Infinity"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"license": "ISC",
|
|
|
|