-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
33 lines (33 loc) · 954 Bytes
/
package.json
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
{
"name": "@autorest/swift",
"version": "0.1.0",
"description": "AutoRest generator extension for the Swift programming language.",
"scripts": {
"start": "swift run AutorestSwift",
"test": "npx start-autorest-express swift test",
"install": "make install",
"build-sdks": "./scripts/test_build_swagger.py -c"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/autorest.swift/"
},
"readme": "https://github.com/Azure/autorest.swift/blob/main/README.md",
"keywords": [
"autorest",
"swift"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/autorest.swift/issues"
},
"homepage": "https://github.com/Azure/autorest.swift/blob/main/README.md",
"dependencies": {
"@azure-tools/extension": "^3.0.263"
},
"devDependencies": {
"@autorest/autorest": "^3.0.0",
"@microsoft.azure/autorest.testserver": "^2.10.61"
}
}