UNPKG

@lobehub/seo-cli

Version:

Lobe seo is a CLI tool that automate generation seo content for mdx

101 lines (100 loc) 2.64 kB
{ "name": "@lobehub/seo-cli", "version": "1.4.3", "description": "Lobe seo is a CLI tool that automate generation seo content for mdx", "keywords": [ "ai", "seo", "mdx", "openai", "gpt", "langchain" ], "homepage": "https://github.comlobehub/lobe-cli-toolbox/tree/master/packages/lobe-seo", "bugs": { "url": "https://github.com/lobehub/lobe-cli-toolbox/issues/new" }, "repository": { "type": "git", "url": "https://github.com/lobehub/lobe-cli-toolbox.git" }, "license": "MIT", "author": "LobeHub <i@lobehub.com>", "sideEffects": false, "type": "module", "imports": { "@": "./src" }, "exports": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "bin": { "lobe-seo": "dist/cli.js" }, "files": [ "dist" ], "scripts": { "build": "npm run type-check && pkgroll --minify -p tsconfig.prod.json --env.NODE_ENV=production && npm run shebang", "dev": "pkgroll -p tsconfig.prod.json --env.NODE_ENV=development --watch", "link": "npm run build && npm link -f", "shebang": "lobe-shebang -t ./dist/cli.js", "start": "node ./dist/cli.js", "test": "vitest --passWithNoTests", "test:coverage": "vitest run --coverage --passWithNoTests", "type-check": "tsc --noEmit" }, "dependencies": { "@inkjs/ui": "^1.0.0", "@langchain/core": "^0.2.20", "@langchain/openai": "^0.2.5", "@lobehub/cli-ui": "1.10.1", "chalk": "^5.3.0", "commander": "^12.1.0", "conf": "^12.0.0", "consola": "^3.2.3", "cosmiconfig": "^9.0.0", "dotenv": "^16.4.5", "fast-deep-equal": "^3.1.3", "glob": "^10.4.5", "gpt-tokenizer": "^2.2.1", "gray-matter": "^4.0.3", "ink": "^4.4.1", "json-stable-stringify": "^1.1.1", "just-diff": "^6.0.2", "langchain": "^0.2.12", "lodash-es": "^4.17.21", "p-map": "^7.0.2", "pangu": "^4.0.7", "react": "^18.3.1", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", "remark-parse": "^10.0.2", "remark-stringify": "^10.0.3", "swr": "^2.2.5", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "update-notifier": "^7.2.0", "zustand": "^4.5.4" }, "devDependencies": { "@types/json-stable-stringify": "^1.0.36" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }