{
  "name": "@microsoft.azure/autorest.powershell",
  "version": "1.0.38",
  "description": "AutoRest PowerShell Generator",
  "main": "dist/exports.js",
  "typings": "dist/exports.d.ts",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "start": "node ./dist/autorest-extension.js",
    "build": "tsc -p .",
    "watch": "tsc -p . --watch",
    "set-version": "node -e \"let pkg = require('./package.json'); require('child_process').exec('git rev-list --parents HEAD --count --full-history .', (o,stdout) => { const v = pkg.version.split('.'); v[v.length-1] = parseInt(stdout.trim()); const orig=JSON.stringify(pkg,null,2);  pkg.version = v.join('.'); const delta = JSON.stringify(pkg,null,2 ); if( orig !== delta) require('fs').writeFileSync('./package.json',delta)})\"",
    "prepare": "npm run build",
    "test": "npm run build && mocha dist/test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/autorest.incubator.git"
  },
  "keywords": [
    "AutoRest",
    "PowerShell"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/autorest.incubator/issues"
  },
  "homepage": "https://github.com/Azure/autorest.incubator#readme",
  "devDependencies": {
    "@types/js-yaml": "3.10.1",
    "@types/mocha": "latest",
    "@types/node": "^10.11.4",
    "mocha": "latest",
    "mocha-typescript": "latest",
    "tslint": "^5.11.0",
    "tslint-language-service-ts3": "1.0.0",
    "tslint-microsoft-contrib": "^5.2.1",
    "typescript": "^3.1.1",
    "tslint-sonarts": "^1.8.0"
  },
  "dependencies": {
    "@microsoft.azure/codegen": "^1.0.37",
    "@microsoft.azure/codegen-csharp": "^1.0.38",
    "@microsoft.azure/autorest.codemodel-v3": "^1.0.34",
    "@microsoft.azure/autorest-extension-base": "^1.0.40",
    "@microsoft.azure/autorest.csharp-v2": "^1.0.36",
    "@microsoft.azure/tasks": "^2.0.12",
    "source-map-support": "0.5.9"
  }
}