mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
18 lines
295 B
JSON
18 lines
295 B
JSON
{
|
|
"name": "e2e",
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"engines": {
|
|
"npm": ">=6.0 <7.0",
|
|
"node": "14.17.2"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --runInBand demo.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "27.0.6",
|
|
"puppeteer": "10.1.0"
|
|
}
|
|
}
|