UNPKG

livesheets-sdk

Version:

LiveSheets SDK for Google Sheets integration with Lovable apps. OAuth onboarding URL: https://livesheets-backend-624058308714.europe-north1.run.app/onboarding

58 lines (57 loc) 1.29 kB
{ "name": "livesheets-sdk", "version": "0.2.0", "description": "LiveSheets SDK for Google Sheets integration with Lovable apps. OAuth onboarding URL: https://livesheets-backend-624058308714.europe-north1.run.app/onboarding", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./react": { "import": "./dist/react.js", "require": "./dist/react.js", "types": "./dist/react.d.ts" } }, "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build" }, "files": [ "dist", "README.md" ], "keywords": [ "livesheets", "lovable", "google-sheets", "spreadsheet", "data-connector" ], "author": "Lovable Apps", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/livesheets.git" }, "devDependencies": { "@types/node": "^18.0.0", "@types/react": "^18.0.0", "typescript": "^5.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0", "ts-jest": "^29.0.0" }, "peerDependencies": { "react": ">=16.8.0" }, "peerDependenciesMeta": { "react": { "optional": true } } }