2017-08-26 02:58:40 +03:00
|
|
|
{
|
2021-01-27 19:54:54 +03:00
|
|
|
"name": "@autorest/python",
|
2022-01-12 02:27:34 +03:00
|
|
|
"version": "5.12.2",
|
2021-01-27 19:54:54 +03:00
|
|
|
"description": "The Python extension for generators in AutoRest.",
|
|
|
|
"scripts": {
|
|
|
|
"prepare": "node run-python3.js prepare.py",
|
|
|
|
"start": "node run-python3.js start.py",
|
|
|
|
"install": "node run-python3.js install.py",
|
|
|
|
"debug": "node run-python3.js start.py --debug"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Azure/autorest.python/tree/autorestv3"
|
|
|
|
},
|
|
|
|
"readme": "https://github.com/Azure/autorest.python/blob/autorestv3/README.md",
|
|
|
|
"keywords": [
|
|
|
|
"autorest",
|
|
|
|
"python"
|
|
|
|
],
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Azure/autorest.python/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Azure/autorest.python/blob/autorestv3/README.md",
|
|
|
|
"dependencies": {
|
2021-09-24 20:42:50 +03:00
|
|
|
"@azure-tools/extension": "~3.2.1"
|
2021-01-27 19:54:54 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-11 01:10:47 +03:00
|
|
|
"@microsoft.azure/autorest.testserver": "^3.1.11"
|
2021-01-27 19:54:54 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"autorest/**/*.py",
|
|
|
|
"autorest/**/*.jinja2",
|
|
|
|
"setup.py",
|
|
|
|
"install.py",
|
|
|
|
"prepare.py",
|
|
|
|
"start.py",
|
|
|
|
"venvtools.py",
|
2022-01-12 02:27:34 +03:00
|
|
|
"run-python3.js",
|
|
|
|
"requirements.txt"
|
2021-01-27 19:54:54 +03:00
|
|
|
]
|
2022-01-12 02:27:34 +03:00
|
|
|
}
|