@loomio/sdk
Version:
React SDK for integrating Loomio CMS with client websites
72 lines (71 loc) • 1.52 kB
JSON
{
"name": "@loomio/sdk",
"version": "0.0.2",
"type": "module",
"description": "React SDK for integrating Loomio CMS with client websites",
"author": "Loomio",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/d3oxy/loomio.git",
"directory": "packages/sdk"
},
"homepage": "https://github.com/d3oxy/loomio#readme",
"bugs": {
"url": "https://github.com/d3oxy/loomio/issues"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./context": {
"types": "./dist/context/index.d.ts",
"import": "./dist/context/index.js",
"require": "./dist/context/index.cjs"
},
"./hooks": {
"types": "./dist/hooks/index.d.ts",
"import": "./dist/hooks/index.js",
"require": "./dist/hooks/index.cjs"
}
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"keywords": [
"loomio",
"cms",
"react",
"sdk",
"headless-cms"
],
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@tanstack/react-query": "^5.62.13",
"convex": "^1.18.7"
},
"devDependencies": {
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"tsup": "^8.3.5",
"typescript": "catalog:"
}
}