{ "name": "@woocommerce/e2e-builds", "version": "0.1.0", "description": "Utility build files for e2e packages", "private": "true", "main": "build.js", "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", "devDependencies": { "@babel/core": "7.12.9", "chalk": "^4.1.2", "glob": "^7.2.0", "mkdirp": "^1.0.4", "lodash": "^4.17.21" } }