@microsoft.azure/autorest.testserver
Version:
This project contains a set of OpenAPI definitions and a server implementing the corresponding API. Use this to test compliance of AutoRest generators.
53 lines (52 loc) • 1.55 kB
JSON
{
"name": "@microsoft.azure/autorest.testserver",
"version": "2.10.22",
"main": "./legacy/startup/www.js",
"bin": {
"start-autorest-express": "./.scripts/start-autorest-express.js",
"start-autorest-wiremock": "./.scripts/start-autorest-wiremock.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/autorest.testserver"
},
"author": "Microsoft Corporation",
"license": "MIT",
"scripts": {
"start": "node ./legacy/startup/www",
"stop": "node ./legacy/startup/shutdown",
"testci": "echo no tests",
"publish-preview": "npm publish",
"coverage-push": "node ./legacy/coverage/app-immediate-push",
"coverage-show": "node ./legacy/coverage/app-show",
"show-results": "node ./legacy/coverage/app-show",
"build": "rimraf ./__files && cpy ./swagger/* ./__files && cd __files && shx ls *.json > files.txt",
"prepublish": "npm run build"
},
"devDependencies": {
"cpy-cli": "~2.0.0",
"mkdirp": "~0.5.1",
"rimraf": "~3.0.0",
"shx": "0.3.2"
},
"dependencies": {
"azure-storage": "^2.4.0",
"body-parser": "^1.18.3",
"busboy": "*",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"debug": "^3.1.0",
"express": "^4.16.3",
"pug": "^2.0.3",
"morgan": "^1.9.0",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"underscore": "*",
"xml2js": "^0.4.19",
"wiremock": "2.25.0",
"chalk": "3.0.0"
}
}