c119c44c13
When this is merged https://gitlab.com/ligolang/ligo-web-ide/ will be marked as deprecated. This MR does not hook up the webide build to the main CI. The CI integration will come in a subsequent MR for the sake of making review easier.
23 lines
382 B
JSON
23 lines
382 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|