UNPKG

flowus-api-sdk

Version:

Official TypeScript/JavaScript SDK for FlowUs API - Create, manage, and interact with FlowUs pages, databases, and blocks

46 lines (45 loc) 1.03 kB
{ "name": "flowus-api-sdk", "version": "1.0.1", "description": "Official TypeScript/JavaScript SDK for FlowUs API - Create, manage, and interact with FlowUs pages, databases, and blocks", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "flowus", "api", "sdk", "typescript", "javascript", "notion", "productivity", "database", "pages", "blocks" ], "author": "FlowUs Team", "license": "MIT", "homepage": "https://github.com/next-space/flowus-api-sdk", "repository": { "type": "git", "url": "https://github.com/next-space/flowus-api-sdk.git" }, "bugs": { "url": "https://github.com/next-space/flowus-api-sdk/issues" }, "devDependencies": { "@types/node": "^24.1.0", "typescript": "^5.9.2" }, "engines": { "node": ">=14.0.0" } }