UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

103 lines (102 loc) 3.73 kB
{ "name": "@shko.online/componentframework-mock", "version": "0.8.1", "description": "Mocking library to help with testing PowerApps Component Framework Components", "repository": "https://github.com/shko-online/ComponentFramework-Mock", "author": "Shko Online <sales@shko.online> (https://shko.online)", "license": "MIT", "keywords": [ "componentframework", "d365", "pcf", "mock", "made-in-albania" ], "bugs": { "url": "https://github.com/shko-online/ComponentFramework-Mock/issues" }, "homepage": "https://github.com/shko-online/ComponentFramework-Mock#readme", "exports": { ".": { "types": "./lib/ts4.2/index.d.ts", "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js" } }, "main": "lib/cjs/index.js", "module": "lib/esm/index.mjs", "types": "lib/ts4.2/index.d.ts", "typesVersions": { "<4.1": { "lib/ts4.2/*": [ "lib/ts3.9/*" ] }, "<3.8": { "lib/ts4.2/*": [ "lib/ts3.4/*" ] } }, "dependencies": { "@shko.online/dataverse-odata": "^0.1.3", "@types/powerapps-component-framework": "^1.3.15", "@types/sinon": "^17.0.3", "@types/xlsx": "^0.0.35", "alasql": "^4.5.2", "sinon": "^19.0.2" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.7", "@babel/plugin-proposal-decorators": "^7.20.5", "@babel/plugin-proposal-export-default-from": "^7.18.10", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-transform-runtime": "^7.23.7", "@babel/preset-env": "^7.20.2", "@babel/preset-flow": "^7.18.6", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@emotion/babel-plugin": "^11.10.5", "@semantic-release/changelog": "^6.0.2", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^11.0.0", "@semantic-release/release-notes-generator": "^12.0.0", "@shko.online/build-npm-package": "^0.1.1", "@storybook/react-docgen-typescript-plugin": "^1.0.1", "@types/babel__core": "^7.1.20", "@types/jest": "^29.2.3", "@types/node": "^18.11.17", "@types/react": "16.8", "@types/react-dom": "16.8", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.42.0", "babel-plugin-dynamic-import-node": "^2.3.3", "copyfiles": "^2.4.1", "downlevel-dts": "^0.11.0", "eslint": "^8.26.0", "eslint-plugin-prettier": "^5.1.2", "eslint-plugin-react": "^7.33.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "json5": "^2.2.3", "prettier": "^3.1.1", "react": "16.8", "react-dom": "16.8", "react-test-renderer": "16.8", "resize-observer-polyfill": "^1.5.1", "ts-jest": "^29.1.1", "tsd": "^0.30.4", "typescript": "^4.7.4" }, "scripts": { "build": "npm run lint && build-npm-package", "lint": "eslint", "tsc": "tsc --project tsconfig.build.json", "test": "jest", "test:jest": "jest --coverage --maxWorkers=4", "test:types": "tsd --typings src/ShkoOnline.d.ts --files ./__type-tests__/**/*.test-d.ts" } }