@brianlovin/notion-skills
Version:
Sync agent skills from a Notion database to Claude Code, Codex, OpenCode, Cursor, Gemini CLI.
62 lines (61 loc) • 1.38 kB
JSON
{
"name": "@brianlovin/notion-skills",
"version": "0.17.2",
"description": "Sync agent skills from a Notion database to Claude Code, Codex, OpenCode, Cursor, Gemini CLI.",
"type": "module",
"bin": {
"notion-skills": "dist/cli.js"
},
"files": [
"dist",
"skills",
"!skills/_artifacts",
"README.md"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "npm run build && node --test test/*.test.mjs",
"validate-skills": "intent validate",
"prepublishOnly": "npm run build && npm test && npm run validate-skills"
},
"engines": {
"node": ">=18"
},
"keywords": [
"notion",
"claude-code",
"claude",
"codex",
"opencode",
"cursor",
"gemini",
"skills",
"agent",
"cli",
"tanstack-intent"
],
"license": "MIT",
"homepage": "https://github.com/brianlovin/notion-skills",
"repository": {
"type": "git",
"url": "git+https://github.com/brianlovin/notion-skills.git"
},
"bugs": {
"url": "https://github.com/brianlovin/notion-skills/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@inquirer/prompts": "^7.2.1",
"chalk": "^5.4.1",
"commander": "^12.1.0",
"yaml": "^2.6.1"
},
"devDependencies": {
"@tanstack/intent": "^0.0.40",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}