deps: install deps and add scripts
This commit is contained in:
parent
cefaa8242f
commit
cdf15935f0
2 changed files with 13851 additions and 1 deletions
13848
package-lock.json
generated
Normal file
13848
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -24,8 +24,10 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --parallel --timeout 15000",
|
"test": "mocha --parallel --timeout 15000",
|
||||||
|
"test:watch": "mocha --watch --parallel --timeout 15000",
|
||||||
"format": "prettier -w .",
|
"format": "prettier -w .",
|
||||||
"lint": "eslint . --ext .ts,.js"
|
"lint": "eslint . --ext .ts,.js",
|
||||||
|
"lint:fix": "eslint --fix . --ext .ts,.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chai": "^4.3.3",
|
"@types/chai": "^4.3.3",
|
||||||
|
|
Loading…
Reference in a new issue