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

27 lines
637 B
JSON
Raw Normal View History

{
"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"
},
2022-04-19 03:20:50 +00:00
"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"
}
}