17 lines
260 B
JSON
17 lines
260 B
JSON
{
|
|
"scripts": {
|
|
"test": "jest --runInBand"
|
|
},
|
|
"jest": {
|
|
"verbose": false
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"dotenv": "^6.0.0",
|
|
"jest": "^26.6.1",
|
|
"moment": "^2.24.0",
|
|
"puppeteer": "3.0.2",
|
|
"sha1": "^1.1.1"
|
|
}
|
|
}
|