mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
18 lines
294 B
JSON
18 lines
294 B
JSON
{
|
|
"name": "e2e",
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"engines": {
|
|
"npm": ">=8.3 <9.0",
|
|
"node": "18.7.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --runInBand demo.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "28.1.3",
|
|
"puppeteer": "16.1.0"
|
|
}
|
|
}
|