mirror of
https://github.com/Narcooo/inkos.git
synced 2026-08-28 23:02:03 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "inkos",
|
|
"version": "1.8.0",
|
|
"private": true,
|
|
"description": "Story Creation AI Agent for novels, short fiction, scripts, interactive worlds, and multilingual translation",
|
|
"keywords": [
|
|
"story-creation-ai-agent",
|
|
"story-agent",
|
|
"ai-novel-writing",
|
|
"ai-writing-agent",
|
|
"novel-generator",
|
|
"interactive-fiction",
|
|
"ip-content",
|
|
"ai-storytelling",
|
|
"litrpg",
|
|
"progression-fantasy",
|
|
"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 --parallel dev",
|
|
"test": "pnpm -r test",
|
|
"lint": "pnpm -r lint",
|
|
"typecheck": "pnpm -r typecheck",
|
|
"audit:semantic-patterns": "node scripts/audit-semantic-patterns.mjs",
|
|
"verify:publish-manifests": "node scripts/verify-no-workspace-protocol.mjs packages/core packages/cli packages/studio",
|
|
"benchmark:studio-e2e": "node scripts/studio-e2e-benchmark.mjs",
|
|
"release": "pnpm build && pnpm test"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0",
|
|
"pnpm": ">=9.0.0"
|
|
}
|
|
}
|