mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +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": ">=8.1 <9.0",
|
|
"node": "16.13.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --runInBand demo.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "27.4.0",
|
|
"puppeteer": "12.0.1"
|
|
}
|
|
}
|