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