difuse-playwright/package.json

31 lines
631 B
JSON
Raw Normal View History

2024-02-07 00:02:43 +00:00
{
"name": "difuse-playwright",
"version": "1.0.0",
"description": "Playwright tests for Difuse devices",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "semistandard --fix tests/**/*.js",
"test": "playwright test"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.16",
"semistandard": "^17.0.0"
},
"dependencies": {
"dotenv": "^16.4.1",
"husky": "^9.0.10",
"ip-address": "^9.0.5",
"ip-cidr": "^4.0.0"
}
}