@jitl/notion-api
Version:
The missing companion library for the official Notion public API.
68 lines (67 loc) • 1.79 kB
JSON
{
"name": "@jitl/notion-api",
"version": "0.2.2",
"license": "Apache-2.0",
"description": "The missing companion library for the official Notion public API.",
"keywords": [
"Notion",
"API",
"public API",
"notion client",
"cache",
"@notionhq/client",
"notion API",
"CMS",
"notion CMS",
"typescript"
],
"author": {
"name": "Jake Teton-Landis",
"email": "just.1.jake@gmail.com",
"url": "https://jake.tl/"
},
"types": "./src/index.d.ts",
"homepage": "https://github.com/justjake/monorepo/tree/main/packages/notion-api",
"repository": {
"type": "git",
"url": "https://github.com/justjake/monorepo.git",
"directory": "packages/notion-api"
},
"peerDependencies": {
"@notionhq/client": "^1.0.4",
"emoji-datasource-apple": "^7.0.2"
},
"peerDependenciesMeta": {
"emoji-datasource-apple": {
"optional": true
}
},
"scripts": {
"rebuild": "cd ../.. && ./rebuild-api.sh",
"doc": "typedoc",
"ship": "cd ../.. && ./rebuild-api.sh && cd dist/packages/notion-api && npm publish"
},
"dependencies": {
"@types/debug": "^4.1.7",
"@types/mime-types": "^2.1.1",
"debug": "^4.3.3",
"emoji-unicode": "^2.0.1",
"fast-safe-stringify": "^2.1.1",
"mime-types": "^2.1.34",
"node-emoji": "^1.11.0",
"@jitl/util": "0.0.3"
},
"devDependencies": {
"@notionhq/client": "^1.0.4",
"emoji-datasource-apple": "^7.0.2",
"esbuild-runner": "^2.2.1",
"markserv": "^1.17.4",
"typedoc": "^0.22.12",
"typedoc-plugin-inline-sources": "^1.0.1",
"typedoc-plugin-markdown": "^3.11.14",
"typedoc-plugin-missing-exports": "^0.22.6",
"typedoc-plugin-toc-group": "^0.0.5"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}