@lobehub/seo-cli
Version:
Lobe seo is a CLI tool that automate generation seo content for mdx
82 lines (81 loc) • 1.93 kB
JSON
{
"name": "@lobehub/seo-cli",
"version": "1.7.0",
"description": "Lobe seo is a CLI tool that automate generation seo content for mdx",
"keywords": [
"ai",
"seo",
"mdx",
"openai",
"gpt"
],
"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"
],
"dependencies": {
"@lobehub/cli-ui": "1.13.0",
"chalk": "^5.4.1",
"commander": "^13.0.0",
"conf": "^13.1.0",
"consola": "^3.3.3",
"cosmiconfig": "^9.0.0",
"dirty-json": "^0.9.2",
"dotenv": "^16.4.7",
"fast-deep-equal": "^3.1.3",
"glob": "^10.4.5",
"gpt-tokenizer": "^2.8.1",
"gray-matter": "^4.0.3",
"ink": "^6.0.0",
"json-stable-stringify": "^1.2.1",
"just-diff": "^6.0.2",
"lodash-es": "^4.17.21",
"openai": "^4.103.0",
"p-map": "^7.0.3",
"pangu": "^4.0.7",
"react": "^19.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"swr": "^2.3.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"update-notifier": "^7.3.1",
"zustand": "^5.0.3"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=18"
}
}