This commit is contained in:
parent
03f3b7ffdb
commit
b310e7c892
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tsc && jest && prettier --check 'src/**'",
|
"test": "tsc && jest && prettier --check 'src/**'",
|
||||||
"develop": "concurrently \"tsc --watch\" \"nodemon lib/index.js\""
|
"develop": "concurrently \"tsc --watch\" \"nodemon lib\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"crypto-random-string": "^3.2.0",
|
"crypto-random-string": "^3.2.0",
|
||||||
|
|
Loading…
Reference in New Issue