Change to match template better

This commit is contained in:
Sebastian Seedorf
2020-12-07 18:24:03 +01:00
parent db663e8a2b
commit 72b9985e3e
4 changed files with 129 additions and 8 deletions

View File

@@ -4,7 +4,9 @@
"description": "Technical interview with check24",
"main": "out/index.ts",
"scripts": {
"test": "nyc mocha -r ts-node/register ./test/**/*.ts"
"test": "nyc mocha -r ts-node/register ./test/**/*.ts",
"build": "tsc",
"debug": "tsc-watch"
},
"repository": {
"type": "git",
@@ -31,6 +33,7 @@
"eslint-plugin-promise": "^4.2.1",
"rewire": "^5.0.0",
"ts-node": "^9.1.0",
"tsc-watch": "^4.2.9",
"typescript": "^4.1.2"
}
}