forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 820 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
{
"name": "@autorest/core",
"private": true,
"version": "3.0.0",
"description": "AutoRest (core and bootstrapper) modules",
"scripts": {
"test": "rush test",
"testci": "rush test",
"build": "rush rebuild",
"pack": "rush publish --publish --pack --include-all --tag preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/autorest.git"
},
"keywords": [
"autorest"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/autorest/issues"
},
"main": "./autorest/entrypoints/app.js",
"bin": {
"autorest-core": "./core/entrypoints/app.js",
"autorest-language-service": "./autorest-core/entrypoints/language-service.js"
},
"homepage": "https://github.com/Azure/autorest/readme.md"
}