mg-js
Version:
A set of useful functions, components and hooks.
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "mg-js",
"version": "0.0.23",
"description": "A set of useful functions, components and hooks.",
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelGabay/mg-js.git"
},
"homepage": " https://github.com/MichaelGabay/mg-js.git#readme",
"author": "Michael Gabay",
"license": "MIT",
"files": [
"cjs",
"esm"
],
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"sideEffects": false,
"scripts": {
"test": "jest",
"prepublishOnly": "prepublish.sh"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.2.0",
"@types/lodash": "^4.14.181",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"ts-jest": "^29.0.3",
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0"
},
"keywords": [
"lazyLoading"
]
}