{ "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": "^10.0.3", "@octokit/graphql": "4.8.0", "@octokit/graphql-schema": "^14.1.0", "@octokit/types": "^9.2.0", "@types/cli-table": "^0.3.1", "@types/uuid": "^9.0.1", "chalk": "^4.1.2", "cli-table": "^0.3.11", "commander": "^10.0.1", "dotenv": "^10.0.0", "figlet": "^1.6.0", "glob": "^10.2.4", "graphql": "^16.6.0", "gray-matter": "^4.0.3", "js-yaml": "^4.1.0", "octokit": "^2.0.14", "ora": "^5.4.1", "promptly": "^3.2.0", "semver": "^7.3.2", "simple-git": "^3.10.0", "uuid": "^9.0.0", "@slack/web-api": "^6.9.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": "^5.1.6" }, "scripts": { "build": "tsc", "start": "tsc --watch", "lint": "eslint . --ext .ts", "postinstall": "pnpm run build", "turbo:test": "jest", "test": "pnpm -w exec turbo run turbo:test --filter=$npm_package_name" }, "engines": { "node": "^16.14.1", "pnpm": "^8.6.7" }, "types": "dist/index.d.ts" }