UNPKG

@residently/embed-sdk

Version:

Embed Residently listing collections and detail views within your website

34 lines (33 loc) 707 B
{ "name": "@residently/embed-sdk", "version": "0.0.1-rc.0", "description": "Embed Residently listing collections and detail views within your website", "keywords": [ "Residently", "Embed" ], "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "dist/index.d.ts", "author": "Rob Aldred", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/residently/embed-sdk" }, "engines": { "node": "^18.0.0 || >=20.0.0" }, "sideEffects": false, "type": "module", "exports": { ".": "./src/index.js", "./types": "./dist/types.js" }, "files": [ "dist/" ], "publishConfig": { "directory": "package" } }