@jakobcooldown/react-csr-sdk
Version:
Mockery SDK for dynamic bundle loading in web applications
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "@jakobcooldown/react-csr-sdk",
"version": "1.0.1",
"description": "Mockery SDK for dynamic bundle loading in web applications",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc && rollup -c",
"watch": "rollup -c --watch",
"dev": "tsc --watch",
"test": "jest"
},
"devDependencies": {
"typescript": "^5.0.0",
"rollup": "^3.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"tslib": "^2.6.0"
},
"keywords": [
"mockery",
"bundle",
"dynamic",
"loading",
"customization",
"tenant",
"multi-tenant"
],
"author": "Mockery",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mockery/react-csr-sdk"
},
"bugs": {
"url": "https://github.com/mockery/react-csr-sdk/issues"
},
"homepage": "https://github.com/mockery/react-csr-sdk#readme",
"publishConfig": {
"access": "public"
}
}