{ "name": "@woocommerce/monorepo-utils", "version": "0.0.1", "description": "WooCommerce Monorepo utility tooling.", "author": "Automattic", "homepage": "https://github.com/woocommerce/woocommerce", "license": "GPLv2", "repository": "woocommerce/woocommerce", "main": "dist/index.js", "dependencies": { "@actions/core": "^1.10.0", "@commander-js/extra-typings": "^0.1.0", "chalk": "^4.1.2", "commander": "^9.4.0", "dotenv": "^10.0.0" }, "devDependencies": { "@types/jest": "^27.4.1", "@types/node": "^16.18.18", "@woocommerce/eslint-plugin": "workspace:*", "eslint": "^8.32.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^4.9.5" }, "scripts": { "build": "tsc", "start": "tsc --watch", "lint": "eslint . --ext .ts", "postinstall": "pnpm run build", "test": "jest" }, "engines": { "node": "^16.13.1", "pnpm": "^7.13.3" }, "types": "dist/index.d.ts" }