woocommerce/packages/js/internal-e2e-builds/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "@woocommerce/internal-e2e-builds",
"version": "0.1.0",
"description": "Utility build files for e2e packages",
"private": true,
"main": "build.js",
"engines": {
"node": "^16.14.1",
"pnpm": "^8.6.7"
},
"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": {
2023-11-02 22:13:46 +00:00
"lint": "pnpm --if-present run '/^lint:lang:.*$/'",
"lint:fix": "pnpm --if-present run '/^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",
2023-12-09 15:12:20 +00:00
"eslint": "^8.55.0",
"glob": "^7.2.3",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"wireit": "^0.14.1"
},
"lint-staged": {
"*.(t|j)s?(x)": [
"pnpm lint:fix"
]
2022-04-19 03:20:50 +00:00
}
}