@printloop/frame-sync
Version:
Minimal iframe synchronization for React with Zod validation
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "@printloop/frame-sync",
"description": "Minimal iframe synchronization for React with Zod validation",
"version": "0.2.0",
"type": "module",
"main": "dist/frame-sync.js",
"module": "dist/frame-sync.js",
"types": "dist/frame-sync.d.ts",
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"scripts": {
"prepublish": "npm run build",
"build": "tsup src/frame-sync.tsx --format esm --target esnext --platform browser --minify --sourcemap --dts --clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/react": "^18.2.34",
"tsup": "^7.2.0"
},
"peerDependencies": {
"react": "^18.2.0",
"zod": "^3.22.4"
},
"repository": {
"type": "git",
"url": "git://github.com/krismuniz/frame-sync.git"
},
"keywords": [
"react",
"iframe",
"guest",
"host",
"embed",
"embeddable",
"zod"
],
"author": "Kristian Muniz <contact@krismuniz.com> (https://krismuniz.com)",
"license": "MIT",
"dependencies": {
"@printloop/frame-sync": "^0.0.2"
}
}