xrmscriptworkbench
Version:
The base types to create custom script for Dynamics 365 within a XrmScriptWorkbench project.
29 lines (28 loc) • 731 B
JSON
{
"name": "xrmscriptworkbench",
"version": "0.5.2",
"description": "The base types to create custom script for Dynamics 365 within a XrmScriptWorkbench project.",
"author": "Gerrit 'Geaz' Gazic",
"license": "GPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"dynamics",
"crm",
"365"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/geaz/XrmScriptWorkbench.Npm.git"
},
"homepage": "https://github.com/geaz/XrmScriptWorkbench.Npm#readme",
"bugs": {
"url": "https://github.com/geaz/XrmScriptWorkbench.Npm/issues"
},
"dependencies": {
"@types/xrm": "^9.0.27"
}
}