{ "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", "@octokit/graphql": "4.8.0", "@octokit/graphql-schema": "^14.1.0", "chalk": "^4.1.2", "commander": "^9.4.0", "dotenv": "^10.0.0", "figlet": "^1.6.0", "graphql": "^16.6.0", "octokit": "^2.0.14", "ora": "^5.4.1", "promptly": "^3.2.0", "semver": "^7.3.2" }, "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.14.1", "pnpm": "^8.3.1" }, "types": "dist/index.d.ts" }