openreplay/tests/e2e/package.json
2021-04-30 23:38:25 +05:30

17 lines
287 B
JSON

{
"name": "e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"faker": "^5.5.3",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"puppeteer": "^8.0.0"
}
}