mirror of
https://github.com/Narcooo/inkos
synced 2026-04-21 14:37:16 +00:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "@actalk/inkos-core",
|
|
"version": "1.1.1",
|
|
"description": "InkOS core engine — multi-agent novel writing pipeline with 33-dimension continuity audit, style cloning, and de-AI-ification",
|
|
"keywords": [
|
|
"ai-novel-writing",
|
|
"ai-writing-agent",
|
|
"novel-generator",
|
|
"multi-agent-pipeline",
|
|
"continuity-audit",
|
|
"style-cloning",
|
|
"ai-fiction",
|
|
"creative-writing-ai",
|
|
"llm-agent",
|
|
"zod-validation"
|
|
],
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/__tests__",
|
|
"genres"
|
|
],
|
|
"license": "AGPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Narcooo/inkos.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"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",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.78.0",
|
|
"dotenv": "^16.4.0",
|
|
"js-yaml": "^4.1.1",
|
|
"openai": "^4.80.0",
|
|
"zod": "^3.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"typescript": "^5.8.0",
|
|
"vitest": "^3.0.0"
|
|
}
|
|
}
|