{
  "name": "@azure/ms-rest-nodeauth",
  "author": {
    "name": "Microsoft Corporation",
    "email": "azsdkteam@microsoft.com",
    "url": "https://github.com/Azure/ms-rest-nodeauth"
  },
  "version": "2.0.2",
  "description": "Azure Authentication library in node.js with type definitions.",
  "keywords": [
    "node",
    "azure",
    "autorest",
    "authentication",
    "environment",
    "adal"
  ],
  "main": "./dist/lib/msRestNodeAuth.js",
  "types": "./dist/lib/msRestNodeAuth.d.ts",
  "files": [
    "dist/lib/**/*.js",
    "dist/lib/**/*.js.map",
    "dist/lib/**/*.d.ts",
    "dist/lib/**/*.d.ts.map",
    "lib/**/*.ts",
    "LICENSE",
    "README.md",
    "tsconfig.json"
  ],
  "dependencies": {
    "@azure/ms-rest-azure-env": "^1.1.2",
    "@azure/ms-rest-js": "^1.8.7",
    "adal-node": "^0.1.28"
  },
  "license": "MIT",
  "devDependencies": {
    "@ts-common/azure-js-dev-tools": "^0.4.9",
    "@types/chai": "^4.1.6",
    "@types/dotenv": "^6.1.1",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.0",
    "chai": "^4.2.0",
    "dotenv": "^8.0.0",
    "mocha": "^5.2.0",
    "nock": "^10.0.1",
    "npm-run-all": "^4.1.3",
    "nyc": "^14.1.0",
    "rollup": "^0.67.1",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "typescript": "^3.1.3"
  },
  "homepage": "https://github.com/Azure/ms-rest-nodeauth",
  "repository": {
    "type": "git",
    "url": "git@github.com:Azure/ms-rest-nodeauth.git"
  },
  "bugs": {
    "url": "http://github.com/Azure/ms-rest-nodeauth/issues"
  },
  "scripts": {
    "build": "run-s build:tsc build:rollup",
    "build:tsc": "tsc -p tsconfig.json",
    "build:rollup": "rollup -c rollup.config.js",
    "prepack": "npm install && npm run build",
    "test": "npm run build && run-p test:tslint test:unit",
    "test:tslint": "tslint -p . -c tslint.json",
    "test:unit": "mocha",
    "check:packagejsonversion": "ts-node ./.scripts/checkPackageJsonVersion.ts"
  }
}
