mirror of
https://github.com/Narcooo/inkos.git
synced 2026-05-13 17:29:26 +08:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "@actalk/inkos",
|
|
"version": "0.6.3",
|
|
"description": "Autonomous AI novel writing CLI agent — 10-agent pipeline that writes, audits, and revises novels with continuity tracking. Supports LitRPG, Progression Fantasy, Isekai, Romantasy, Sci-Fi and more.",
|
|
"keywords": [
|
|
"ai-novel-writing",
|
|
"ai-writing-agent",
|
|
"novel-generator",
|
|
"autonomous-writing",
|
|
"litrpg",
|
|
"progression-fantasy",
|
|
"ai-fiction",
|
|
"multi-agent",
|
|
"creative-writing-ai",
|
|
"novel-writing-tool",
|
|
"ai-storytelling",
|
|
"openclaw-skill",
|
|
"cli",
|
|
"epub",
|
|
"continuity-tracking"
|
|
],
|
|
"type": "module",
|
|
"bin": {
|
|
"inkos": "dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/__tests__"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Narcooo/inkos.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"scripts": {
|
|
"prepack": "node ../../scripts/prepare-package-for-publish.mjs",
|
|
"postpack": "node ../../scripts/restore-package-json.mjs",
|
|
"prepublishOnly": "node ../../scripts/verify-no-workspace-protocol.mjs .",
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"test": "vitest run --passWithNoTests",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@actalk/inkos-core": "workspace:*",
|
|
"commander": "^13.0.0",
|
|
"dotenv": "^16.4.0",
|
|
"epub-gen-memory": "^1.0.10",
|
|
"marked": "^15.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.0",
|
|
"vitest": "^3.0.0",
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|