Install required test dependencies
parent
6032e2a56b
commit
03cd1494d3
File diff suppressed because it is too large
Load Diff
|
@ -44,12 +44,15 @@
|
|||
"tough-cookie": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.15",
|
||||
"@types/inquirer": "^7.3.1",
|
||||
"@types/luxon": "^1.25.2",
|
||||
"@types/mocha": "^8.2.1",
|
||||
"@types/node": "^14.14.27",
|
||||
"@types/tough-cookie": "^4.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
||||
"@typescript-eslint/parser": "^4.15.0",
|
||||
"chai": "^4.3.3",
|
||||
"dotenv": "^8.2.0",
|
||||
"eslint": "^7.21.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
|
@ -57,8 +60,10 @@
|
|||
"husky": "^5.1.3",
|
||||
"inquirer": "^8.0.0",
|
||||
"lint-staged": "^10.5.4",
|
||||
"mocha": "^8.3.1",
|
||||
"prettier": "^2.2.1",
|
||||
"typescript": "^4.2.0-insiders.20210210"
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
Loading…
Reference in New Issue