@shko.online/componentframework-mock
Version:
Mocking library to help with testing PowerApps Component Framework Components
103 lines (102 loc) • 3.62 kB
JSON
{
"name": "@shko.online/componentframework-mock",
"version": "0.11.2",
"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.2.1",
"@types/powerapps-component-framework": "^1.3.18",
"@types/sinon": "^21.0.1",
"alasql": "^4.17.0",
"sinon": "^22.0.0"
},
"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.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^14.1.0",
"@shko.online/build-npm-package": "^0.2.0",
"@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",
"@types/xlsx": "^0.0.36",
"@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.57.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"json5": "^2.2.3",
"prettier": "^3.6.2",
"react": "16.8",
"react-dom": "16.8",
"react-test-renderer": "16.8",
"resize-observer-polyfill": "^1.5.1",
"semantic-release": "^25.0.3",
"ts-jest": "^29.4.5",
"tsd": "^0.33.0",
"typescript": "^4.9.5"
},
"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"
}
}