autorest.python/package.json

58 строки
1.6 KiB
JSON

{
"name": "@azure-tools/python-codegen-monorepo",
"private": true,
"version": "0.1.0",
"description": "Monorepo for python codegen",
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@9.5.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"watch": "tsc --build ./tsconfig.ws.json --watch",
"build": "pnpm -r run build",
"clean": "pnpm -r run clean",
"lint": "pnpm -r run lint",
"format": "npx prettier **/*.ts --write",
"check-format": "npx prettier **/*.ts --check --end-of-line auto",
"check-version-mismatch": "syncpack list-mismatches --types prod,peer",
"fix-version-mismatch": "syncpack fix-mismatches",
"change": "chronus"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/autorest.python.git"
},
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/autorest.python/issues"
},
"homepage": "https://github.com/Azure/autorest.python#readme",
"devDependencies": {
"@actions/github": "6.0.0",
"@azure-tools/cadl-ranch": "~0.14.5",
"@chronus/chronus": "^0.10.2",
"@chronus/github": "^0.3.2",
"@typespec/prettier-plugin-typespec": "~0.60.0",
"autorest": "3.6.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^46.0.1",
"prettier": "^2.8.8",
"syncpack": "^9.8.6",
"typescript": "~5.1.6"
},
"syncpack": {
"dependencyTypes": [
"dev",
"overrides",
"peer",
"pnpmOverrides",
"prod",
"resolutions"
]
}
}