{
  "name": "xrm-webapi",
  "version": "7.1.3",
  "description": "Dynamics 365 Web Api TypeScript Module",
  "main": "./dist/xrm-webapi.js",
  "types": "./dist/xrm-webapi.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/derekfinlinson/xrm-webapi.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "test": "jest",
    "change": "beachball change",
    "check": "beachball check",
    "beachball:publish": "beachball publish"
  },
  "author": "Derek Finlinson",
  "keywords": [
    "dynamics crm",
    "dynamics 365",
    "webapi",
    "xrm",
    "typescript",
    "d365"
  ],
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "@types/node": "^13.11.0",
    "@types/xrm": "^9.0.23",
    "beachball": "^1.32.0",
    "jest": "^25.2.7",
    "ts-jest": "^25.3.1",
    "tslint": "^6.1.1",
    "typescript": "^3.8.3"
  },
  "files": [
    "dist"
  ],
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
