UNPKG

@7-docs/cli

Version:

Command-line tool for 7-docs to ingest content

100 lines (99 loc) 2.14 kB
{ "name": "@7-docs/cli", "version": "0.5.1", "description": "Command-line tool for 7-docs to ingest content", "keywords": [ "cli", "content", "docs", "documentation", "ingest", "kb", "markdown", "vector", "database", "embedding", "chatgpt", "openai", "pinecone", "supabase", "algolia", "algoliasearch" ], "homepage": "https://github.com/7-docs/7-docs", "bugs": "https://github.com/7-docs/7-docs/issues", "repository": { "type": "git", "url": "https://github.com/7-docs/7-docs.git", "directory": "packages/cli" }, "license": "ISC", "author": { "name": "Lars Kappert", "email": "lars@webpro.nl" }, "type": "module", "main": "./dist/index.js", "bin": { "7d": "./dist/cli.js" }, "files": [ "dist" ], "scripts": { "format": "remark README.md -o", "lint": "eslint src", "release": "release-it" }, "remarkConfig": { "plugins": [ "preset-webpro" ] }, "dependencies": { "@7-docs/edge": "0.5.1", "@7-docs/shared": "0.5.1", "@octokit/rest": "^20.0.1", "@supabase/supabase-js": "^2.33.1", "algoliasearch": "^4.20.0", "cheerio": "^1.0.0-rc.12", "dotenv": "^16.0.3", "fast-glob": "^3.2.12", "isomorphic-unfetch": "^4.0.2", "mdast-util-gfm": "^3.0.0", "mdast-util-to-markdown": "^2.1.0", "micromatch": "^4.0.5", "ora": "^7.0.1", "path2d-polyfill": "^2.0.1", "pdfjs-dist": "^3.10.111", "remark": "^14.0.3", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", "remark-inline-links": "^6.0.1", "remark-mdx": "^2.3.0", "unist-builder": "^4.0.0", "yaml": "^2.3.2" }, "devDependencies": { "@types/micromatch": "^4.0.2", "mdast": "^3.0.0", "openai": "3.2.1" }, "publishConfig": { "access": "public" }, "release-it": { "git": false, "plugins": { "@release-it/bumper": { "out": { "file": "package.json", "path": [ "dependencies.@7-docs/edge", "dependencies.@7-docs/shared" ] } } } } }