2023-04-11 21:26:21 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-04-12 21:28:53 +00:00
|
|
|
"main": "dist/index.js",
|
2023-04-11 21:26:21 +00:00
|
|
|
"dependencies": {
|
2023-04-12 21:28:53 +00:00
|
|
|
"@actions/core": "^1.10.0",
|
2023-05-11 05:23:19 +00:00
|
|
|
"@commander-js/extra-typings": "^10.0.3",
|
2023-04-25 04:55:14 +00:00
|
|
|
"@octokit/graphql": "4.8.0",
|
|
|
|
"@octokit/graphql-schema": "^14.1.0",
|
2023-05-11 22:07:41 +00:00
|
|
|
"@octokit/types": "^9.2.0",
|
2023-06-22 00:15:04 +00:00
|
|
|
"@types/cli-table": "^0.3.1",
|
2023-04-27 22:16:19 +00:00
|
|
|
"@types/uuid": "^9.0.1",
|
2023-04-11 21:26:21 +00:00
|
|
|
"chalk": "^4.1.2",
|
2023-06-22 00:15:04 +00:00
|
|
|
"cli-table": "^0.3.11",
|
2023-05-11 05:23:19 +00:00
|
|
|
"commander": "^10.0.1",
|
2023-04-25 04:55:14 +00:00
|
|
|
"dotenv": "^10.0.0",
|
2023-04-27 20:40:44 +00:00
|
|
|
"figlet": "^1.6.0",
|
2023-05-26 00:02:20 +00:00
|
|
|
"glob": "^10.2.4",
|
2023-04-25 04:55:14 +00:00
|
|
|
"graphql": "^16.6.0",
|
2023-07-12 07:29:15 +00:00
|
|
|
"gray-matter": "^4.0.3",
|
2023-04-25 04:55:14 +00:00
|
|
|
"octokit": "^2.0.14",
|
|
|
|
"ora": "^5.4.1",
|
2023-04-25 22:53:19 +00:00
|
|
|
"promptly": "^3.2.0",
|
2023-04-27 22:16:19 +00:00
|
|
|
"semver": "^7.3.2",
|
|
|
|
"simple-git": "^3.10.0",
|
|
|
|
"uuid": "^9.0.0"
|
2023-04-11 21:26:21 +00:00
|
|
|
},
|
|
|
|
"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",
|
2023-04-13 22:11:13 +00:00
|
|
|
"postinstall": "pnpm run build",
|
2023-04-11 21:26:21 +00:00
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"engines": {
|
2023-04-25 06:49:30 +00:00
|
|
|
"node": "^16.14.1",
|
2023-06-29 04:51:29 +00:00
|
|
|
"pnpm": "^8.6.5"
|
2023-04-11 21:26:21 +00:00
|
|
|
},
|
|
|
|
"types": "dist/index.d.ts"
|
|
|
|
}
|