{
  "name": "powerapps-common",
  "version": "2.0.2",
  "description": "Common Dataverse JavaScript Functions",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "/lib"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.js"
      }
    }
  },
  "sideEffects": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/derekfinlinson/powerapps-tools"
  },
  "scripts": {
    "build": "tsc -p .",
    "lint": "eslint",
    "clean": "rimraf lib"
  },
  "keywords": [
    "dynamics",
    "365",
    "xrm",
    "d365",
    "powerapps",
    "cds",
    "dataverse"
  ],
  "author": "Derek Finlinson",
  "devDependencies": {
    "@types/xrm": "^9.0.86",
    "xrm-mock": "^3.5.9"
  },
  "volta": {
    "extends": "../../package.json"
  }
}
