dataverse-webapi
Version:
Dataverse Web Api TypeScript Module
50 lines (49 loc) • 946 B
JSON
{
"name": "dataverse-webapi",
"version": "3.1.2",
"description": "Dataverse Web Api TypeScript Module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "MIT",
"files": [
"lib"
],
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"./lib/node": {
"import": {
"types": "./lib/node.d.ts",
"default": "./lib/node.js"
}
}
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/derekfinlinson/powerapps-tools"
},
"scripts": {
"build": "tsc -p .",
"lint": "eslint",
"clean": "rimraf lib"
},
"author": "Derek Finlinson",
"keywords": [
"dataverse",
"dynamics 365",
"dynamics 365",
"webapi",
"xrm",
"typescript",
"d365",
"common data service"
],
"devDependencies": {
"@types/xrm": "^9.0.86"
}
}