Files
node-check24-technical/package.json
2020-12-07 18:24:03 +01:00

40 lines
1023 B
JSON

{
"name": "check24-technical",
"version": "1.0.0",
"description": "Technical interview with check24",
"main": "out/index.ts",
"scripts": {
"test": "nyc mocha -r ts-node/register ./test/**/*.ts",
"build": "tsc",
"debug": "tsc-watch"
},
"repository": {
"type": "git",
"url": "https://git.sebse.de/sebse/node-check24-technical.git"
},
"author": "Sebastian Seedorf",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mocha": "^8.2.1",
"nyc": "^15.1.0"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/express": "^4.17.9",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"@types/rewire": "^2.5.28",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"chai": "^4.2.0",
"eslint": "^7.14.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-promise": "^4.2.1",
"rewire": "^5.0.0",
"ts-node": "^9.1.0",
"tsc-watch": "^4.2.9",
"typescript": "^4.1.2"
}
}