forked from Azure/autorest.common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@microsoft.azure/autorest.common",
"version": "2.4.0",
"description": "The common module for AutoRest Extensions",
"scripts": {
"test": "gulp test",
"testci": "gulp test",
"build": "gulp build",
"clean": "gulp clean",
"code": "code .",
"postinstall": "gulp restore",
"prepare": "gulp build",
"publish-preview": "NOT YET AUTOMATED",
"nuke": "git clean -xdf",
"prepublishOnly": "I am a syntax error that prevents you from accidentally publishing this on npm. This package is published on Nuget!"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/autorest.common"
},
"readme": "https://github.com/Azure/autorest.common/readme.md",
"keywords": [
"autorest"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/autorest/issues"
},
"homepage": "https://github.com/Azure/autorest.common/blob/master/README.md",
"devDependencies": {
"coffee-script": "^1.11.1",
"dotnet-sdk-2.0.0": "^1.4.4",
"gulp": "^3.9.1",
"gulp-filter": "^5.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"iced-coffee-script": "^108.0.11",
"marked": "^0.3.6",
"marked-terminal": "^2.0.0",
"moment": "^2.17.1",
"run-sequence": "*",
"shx": "^0.2.2",
"through2-parallel": "^0.1.3",
"yargs": "^8.0.2"
},
"dependencies": {}
}