playwright/examples/mock-battery/package.json

18 строки
348 B
JSON

{
"name": "mock-battery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "playwright test",
"start": "http-server -c-1 -p 9900 demo-battery-api"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.19.1",
"http-server": "^14.1.0"
}
}