UNPKG

@hansolbangul/notion-api

Version:

A lightweight library for fetching and statically generating data and TypeScript types from Notion pages.

49 lines 1.22 kB
{ "name": "@hansolbangul/notion-api", "version": "0.0.4", "description": "A lightweight library for fetching and statically generating data and TypeScript types from Notion pages.", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "bin": { "type-cli": "dist/type-cli.cjs" }, "keywords": [ "notion-api", "typescript", "notion", "static-data", "notion-cli", "type-generation", "notion-integration", "data-fetching" ], "author": "hansolbangul", "license": "ISC", "devDependencies": { "@types/node": "^22.10.1", "globals": "^15.12.0", "prettier": "^3.4.1", "rollup": "^4.27.4", "rollup-plugin-typescript2": "^0.36.0", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "tsx": "^4.19.2", "typescript": "^5.7.2" }, "dependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "notion-client": "^7.1.5", "notion-types": "^7.1.5", "notion-utils": "^7.1.5", "react": "^18.3.1", "react-dom": "^18.3.1" }, "scripts": { "build": "rollup -c", "start": "tsx ./src/index.ts", "type": "tsx ./script/type-cli.ts" } }