forked from Azure/autorest.typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.22 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "@microsoft.azure/autorest.typescript",
"version": "5.1.0",
"description": "The typescript extension for classic generators in AutoRest.",
"scripts": {
"autorest": "autorest",
"start": "dotnet src/bin/netcoreapp2.0/autorest.typescript.dll --server",
"start-test-server": "ts-node -T testserver",
"pretest": "npm install",
"test": "gulp test",
"testci": "gulp testci",
"testci/generator-unit": "gulp testci/generator-unit",
"regenerateci": "gulp regenerateci",
"build": "gulp build",
"prepare": "gulp install_common && gulp build",
"prepack": "npm install && gulp install_common && gulp build",
"regenerate": "gulp regenerate",
"clean": "gulp clean",
"nuke": "git clean -xdf",
"local": "ts-node ./.scripts/local.ts",
"latest": "ts-node ./.scripts/latest.ts",
"bundle-size": "ts-node -T ./.scripts/bundlesize.ts",
"check:everything": "ts-node ./.scripts/checkEverything.ts",
"check:foronlycalls": "ts-node ./.scripts/checkForOnlyCalls.ts",
"check:forskipcalls": "ts-node ./.scripts/checkForSkipCalls.ts",
"check:packagejsonversion": "ts-node ./.scripts/checkPackageJsonVersion.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/autorest.typescript"
},
"readme": "https://github.com/Azure/autorest.typescript/readme.md",
"keywords": [
"autorest",
"classic-generators",
"typescript"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/autorest/issues"
},
"homepage": "https://github.com/Azure/autorest.typescript/blob/master/README.md",
"devDependencies": {
"@azure/core-arm": "^1.0.0-preview.1",
"@azure/core-http": "^1.0.0-preview.1",
"@microsoft.azure/autorest.modeler": "^2.3.47",
"@microsoft.azure/autorest.testserver": "^2.7.1",
"@ts-common/azure-js-dev-tools": "^0.7.1",
"@types/assert": "1.4.0",
"@types/chai": "^4.1.7",
"@types/express": "^4.11.1",
"@types/filesize": "^3.6.0",
"@types/fork-ts-checker-webpack-plugin": "^0.4.0",
"@types/glob": "^7.1.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.3",
"@types/webpack": "^4.4.5",
"@types/webpack-dev-server": "^3.1.1",
"abortcontroller-polyfill": "^1.1.9",
"arraybuffer-loader": "^1.0.4",
"autorest": "^2.0.4283",
"chai": "^4.2.0",
"coffee-script": "^1.11.1",
"dotnet-sdk-2.0.0": "^1.4.4",
"express": "^4.16.3",
"filesize": "^3.6.1",
"fork-ts-checker-webpack-plugin": "^0.5.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-filter": "^5.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"iced-coffee-script": "^108.0.11",
"marked": "^0.5.2",
"marked-terminal": "^3.1.1",
"mocha": "^5.2.0",
"mocha-chrome": "^1.0.3",
"moment": "~2.22.2",
"run-sequence": "*",
"shx": "^0.3.2",
"through2-parallel": "^0.1.3",
"ts-loader": "^5.3.1",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^5.10.0",
"typescript": "^3.2.2",
"underscore": "^1.8.3",
"webpack": "~4.26.1",
"webpack-cli": "~3.1.2",
"webpack-dev-middleware": "^3.1.3",
"yargs": "^12.0.5",
"yarn": "^1.0.2"
},
"releaseTag": "next",
"dependencies": {
"dotnet-2.0.0": "^1.4.4"
}
}