forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.68 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "autorest-build",
"version": "2.0.0",
"description": "Tools for AutoRest build processes",
"scripts": {
"test": "gulp test",
"testci": "gulp testci",
"build": "gulp build --threshold=1",
"publish-preview": "gulp publish-preview",
"install": "gulp npm-install --verbose",
"reinstall": "shx rm -rf src/autorest/node_modules & shx rm -rf src/autorest-core/node_modules & shx rm src/autorest/package-lock.json & shx rm src/autorest-core/node_modules/package-lock.json & npm install",
"regenerate": "gulp regenerate"
},
"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"
},
"homepage": "https://github.com/Azure/autorest/readme.md",
"main": "./src/AutoRest/AutoRest.js",
"engines": {
"node": ">=7.10.0"
},
"devDependencies": {
"chalk": "^1.1.2",
"coffee-script": "^1.11.1",
"dts-generator": "^2.1.0",
"gulp": "^3.9.1",
"gulp-dependencies-changed": "^1.0.2",
"gulp-eol": "^0.1.2",
"gulp-filter": "^5.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-rename": "^1.2.2",
"iced-coffee-script": "*",
"marked": "^0.3.6",
"marked-terminal": "^2.0.0",
"moment": "^2.17.1",
"run-sequence": "*",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"through2-parallel": "^0.1.3",
"typescript": "2.6.2",
"tslint": "^5.9.1",
"tslint-language-service": "^0.9.9",
"tslint-microsoft-contrib": "^5.0.3",
"vinyl-fs": "^2.4.4",
"yargs": "^6.6.0",
"shx": "0.2.2"
},
"dependencies": {}
}