mirror of
https://github.com/Narcooo/inkos
synced 2026-04-21 14:37:16 +00:00
36 lines
964 B
JSON
36 lines
964 B
JSON
{
|
|
"name": "inkos",
|
|
"version": "1.1.1",
|
|
"private": true,
|
|
"description": "Autonomous AI novel writing CLI agent — 10-agent pipeline that writes, audits, and revises novels with continuity tracking",
|
|
"keywords": [
|
|
"ai-novel-writing",
|
|
"ai-writing-agent",
|
|
"novel-generator",
|
|
"autonomous-writing",
|
|
"litrpg",
|
|
"progression-fantasy",
|
|
"multi-agent",
|
|
"creative-writing-ai",
|
|
"openclaw-skill",
|
|
"cli"
|
|
],
|
|
"license": "AGPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Narcooo/inkos"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"dev": "pnpm -r dev",
|
|
"test": "pnpm -r test",
|
|
"lint": "pnpm -r lint",
|
|
"typecheck": "pnpm -r typecheck",
|
|
"verify:publish-manifests": "node scripts/verify-no-workspace-protocol.mjs packages/core packages/cli packages/studio",
|
|
"release": "pnpm build && pnpm test"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0",
|
|
"pnpm": ">=9.0.0"
|
|
}
|
|
}
|