UNPKG

powerapps-common

Version:
44 lines (43 loc) 807 B
{ "name": "powerapps-common", "version": "2.0.4", "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.87", "xrm-mock": "^3.5.9" } }