2018-12-04 05:01:34 +08:00
|
|
|
{
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest --runInBand"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"verbose": false
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-24 03:36:38 +08:00
|
|
|
"axios": "^0.26.1",
|
|
|
|
"babel-jest": "^27.5.1",
|
2021-11-03 00:55:13 +08:00
|
|
|
"child_process": "^1.0.2",
|
2022-09-09 13:55:42 +08:00
|
|
|
"dotenv": "^16.0.1",
|
2022-03-24 03:36:38 +08:00
|
|
|
"fs-extra": "^10.0.1",
|
|
|
|
"jest": "^27.5.1",
|
|
|
|
"jest-image-snapshot": "^4.5.1",
|
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
"moment": "^2.29.1",
|
|
|
|
"puppeteer-mass-screenshots": "^1.0.15",
|
|
|
|
"puppeteer-video-recorder": "^1.0.5",
|
2021-02-17 04:57:10 +08:00
|
|
|
"sha1": "^1.1.1",
|
2021-06-06 22:01:37 +08:00
|
|
|
"sleep-promise": "9.1.0",
|
2022-03-24 03:36:38 +08:00
|
|
|
"yaml": "^1.10.2"
|
2021-08-02 05:24:17 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-24 03:36:38 +08:00
|
|
|
"clipboardy": "^3.0.0"
|
2018-12-04 05:01:34 +08:00
|
|
|
}
|
|
|
|
}
|