article-writer-cn
Version:
AI 驱动的智能写作系统 - 专注公众号/自媒体文章创作
83 lines (82 loc) • 2.29 kB
JSON
{
"name": "article-writer-cn",
"version": "0.12.1",
"type": "module",
"description": "AI 驱动的智能写作系统 - 专注公众号/自媒体文章创作",
"keywords": [
"article",
"writer",
"chinese",
"ai",
"content-creation",
"自媒体",
"写作",
"公众号"
],
"author": "Article Writer Team",
"license": "MIT",
"main": "dist/cli.js",
"bin": {
"content": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"postbuild": "chmod +x dist/cli.js",
"postinstall": "node scripts/postinstall.cjs",
"build:commands": "bash scripts/build/generate-commands.sh --agents=claude,gemini,cursor,windsurf,roocode,copilot,qwen,opencode,codex,kilocode,auggie,codebuddy,q --scripts=sh",
"dev": "tsx src/cli.ts",
"start": "node dist/cli.js",
"clean": "rm -rf dist",
"prepare": "npm run build:commands && npm run build",
"prepublishOnly": "npm run clean && npm run build:commands && npm run build"
},
"dependencies": {
"@commander-js/extra-typings": "^12.0.0",
"axios": "^1.6.0",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.3.1",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"highlight.js": "^11.11.1",
"inquirer": "^9.2.12",
"js-yaml": "^4.1.0",
"juice": "^11.0.3",
"marked": "^16.4.1",
"ora": "^8.0.1",
"p-limit": "^5.0.0",
"turndown": "^7.1.2"
},
"optionalDependencies": {
"puppeteer": "^21.6.1",
"pdf-parse": "^1.1.1",
"@aws-sdk/client-s3": "^3.700.0",
"ali-oss": "^6.21.0",
"cos-nodejs-sdk-v5": "^2.14.9",
"qiniu": "^7.14.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.9",
"@types/js-yaml": "^4.0.9",
"@types/jsonfile": "^6.1.4",
"@types/node": "^20.10.0",
"@types/pdf-parse": "^1.1.4",
"@types/through": "^0.0.33",
"@types/turndown": "^5.0.4",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wordflowlab/article-writer"
},
"homepage": "https://github.com/wordflowlab/article-writer#readme",
"bugs": {
"url": "https://github.com/wordflowlab/article-writer/issues"
}
}