Prepare for clean start
parent
9d8118aca8
commit
6032e2a56b
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
|
@ -44,17 +44,12 @@
|
||||||
"tough-cookie": "^4.0.0"
|
"tough-cookie": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chai": "^4.2.15",
|
|
||||||
"@types/expect": "^24.3.0",
|
|
||||||
"@types/inquirer": "^7.3.1",
|
"@types/inquirer": "^7.3.1",
|
||||||
"@types/lodash": "^4.14.168",
|
|
||||||
"@types/luxon": "^1.25.2",
|
"@types/luxon": "^1.25.2",
|
||||||
"@types/mocha": "^8.2.0",
|
|
||||||
"@types/node": "^14.14.27",
|
"@types/node": "^14.14.27",
|
||||||
"@types/tough-cookie": "^4.0.0",
|
"@types/tough-cookie": "^4.0.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
||||||
"@typescript-eslint/parser": "^4.15.0",
|
"@typescript-eslint/parser": "^4.15.0",
|
||||||
"chai": "^4.3.3",
|
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"eslint": "^7.21.0",
|
"eslint": "^7.21.0",
|
||||||
"eslint-config-prettier": "^8.1.0",
|
"eslint-config-prettier": "^8.1.0",
|
||||||
|
@ -62,12 +57,7 @@
|
||||||
"husky": "^5.1.3",
|
"husky": "^5.1.3",
|
||||||
"inquirer": "^8.0.0",
|
"inquirer": "^8.0.0",
|
||||||
"lint-staged": "^10.5.4",
|
"lint-staged": "^10.5.4",
|
||||||
"lodash": "^4.17.21",
|
|
||||||
"mocha": "^8.3.0",
|
|
||||||
"nyc": "^15.1.0",
|
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"ts-mocha": "^8.0.0",
|
|
||||||
"ts-node": "^9.1.1",
|
|
||||||
"typescript": "^4.2.0-insiders.20210210"
|
"typescript": "^4.2.0-insiders.20210210"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|
Loading…
Reference in New Issue