ligo/tools/webide/packages/e2e/package.json

23 lines
382 B
JSON
Raw Normal View History

{
"name": "e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --runInBand"
},
"jest": {
"preset": "jest-puppeteer"
},
"author": "",
"license": "ISC",
"dependencies": {
"jest": "^24.9.0",
"jest-puppeteer": "^4.3.0",
"puppeteer": "^1.20.0"
},
"devDependencies": {
"node-fetch": "^2.6.0"
}
}