get-notion-object-title
Version:
get human readable names from Notion objects.
51 lines (50 loc) • 1.37 kB
JSON
{
"name": "get-notion-object-title",
"version": "0.2.8",
"description": "get human readable names from Notion objects.",
"main": "dist/get-notion-object-title.js",
"scripts": {
"build": "npm run prebuild; tsc && vite build",
"test": "vitest",
"test:watch": "vitest watch",
"coverage": "vitest --coverage",
"prebuild": "rm -rf dist",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2anki/get-notion-object-title.git"
},
"keywords": [
"notion",
"title",
"page",
"title"
],
"author": "Alexander Alemayhu",
"license": "MIT",
"bugs": {
"url": "https://github.com/2anki/get-notion-object-title/issues"
},
"homepage": "https://github.com/2anki/get-notion-object-title#readme",
"dependencies": {
"@notionhq/client": "^5.1.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"eslint": "^9.12.0",
"@rollup/plugin-typescript": "^12.1.1",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"rollup-plugin-typescript-paths": "^1.5.0",
"semantic-release": "^24.0.0",
"tslib": "^2.6.3",
"vitest": "^3.2.4"
},
"directories": {
"lib": "dist"
}
}