{ "name": "@woocommerce/internal-e2e-builds", "version": "0.1.0", "description": "Utility build files for e2e packages", "private": true, "main": "build.js", "files": [ "build.js", "get-babel-config.js" ], "engines": { "node": "^20.11.1", "pnpm": "^8.12.1" }, "bin": { "e2e-builds": "./build.js" }, "repository": { "type": "git", "url": "git+https://github.com/woocommerce/woocommerce.git" }, "license": "GPL-3.0+", "bugs": { "url": "https://github.com/woocommerce/woocommerce/issues" }, "homepage": "https://github.com/woocommerce/woocommerce#readme", "scripts": { "lint": "pnpm --if-present '/^lint:lang:.*$/'", "lint:fix": "pnpm --if-present '/^lint:fix:lang:.*$/'", "lint:fix:lang:js": "eslint build.js --fix", "lint:lang:js": "eslint build.js" }, "devDependencies": { "@babel/core": "7.12.9", "@woocommerce/eslint-plugin": "workspace:*", "chalk": "^4.1.2", "eslint": "^8.55.0", "glob": "^10.3.10", "lodash": "^4.17.21", "mkdirp": "^1.0.4", "wireit": "0.14.3" }, "lint-staged": { "*.(t|j)s?(x)": [ "pnpm lint:fix" ] }, "config": { "ci": { "lint": { "command": "lint", "changes": "build.js" } } } }