-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 2.04 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@autorest/python",
"version": "6.41.3",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"start": "node ./scripts/run-python3.js ./scripts/start.py",
"prepare": "node ./scripts/run-python3.js ./scripts/prepare.py",
"build": "tsx ./scripts/copy-generator.ts --force",
"install": "tsx ./scripts/copy-generator.ts && node ./scripts/run-python3.js ./scripts/install.py",
"debug": "node ./scripts/run-python3.js ./scripts/start.py --debug",
"test": "tsx ./scripts/eng/run-tests.ts --validFolders azure/legacy azure/version-tolerant vanilla/legacy vanilla/version-tolerant dpg/version-tolerant",
"lint": "tsx ./scripts/eng/lint.ts --folderName autorest --skipEslint true",
"format": "tsx ./scripts/eng/format.ts"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Azure/autorest.python/tree/main"
},
"readme": "https://github.com/Azure/autorest.python/blob/main/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/main/README.md",
"dependencies": {
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTQ5MzkxMy9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.19.1.tgz",
"@autorest/system-requirements": "~1.0.2",
"fs-extra": "~11.2.0",
"tsx": "~4.19.1"
},
"devDependencies": {
"@microsoft.azure/autorest.testserver": "^3.3.50",
"chalk": "5.3.0",
"typescript": "~5.1.6"
},
"files": [
"autorest/**/*.py",
"autorest/**/*.jinja2",
"scripts/",
"setup.py",
"requirements.txt",
"generator/"
]
}