@peterwidmer/form-store
Version:
reactive store for dynamics 365 forms
39 lines (38 loc) • 890 B
JSON
{
"name": "@peterwidmer/form-store",
"version": "1.0.4",
"description": "reactive store for dynamics 365 forms",
"main": "",
"types": "dist/form-store.d.ts",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@types/xrm": "^9.0.77",
"rollup": "^4.3.0",
"rollup-plugin-dts": "^6.1.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"files": [
"dist/*.js",
"dist/form-store.d.ts"
],
"scripts": {
"test": "test",
"build": "rollup --config ./rollup.config.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterwidmer/form-store.git"
},
"keywords": [
"store",
"dynamics",
"365"
],
"author": "Peter Widmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/peterwidmer/form-store/issues"
},
"homepage": "https://github.com/peterwidmer/form-store#readme"
}