mirror of
https://github.com/Narcooo/inkos.git
synced 2026-08-28 23:02:03 +08:00
0746468dbf
- GenreProfile and BookRules Zod schemas (genre-profile.ts, book-rules.ts) - rules-reader.ts: readGenreProfile() with project→builtin fallback - 5 built-in genre profiles (xuanhuan, xianxia, urban, horror, other) - js-yaml dependency for YAML frontmatter parsing - Version bump to 0.3.0
23 lines
462 B
JSON
23 lines
462 B
JSON
{
|
|
"name": "inkos",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"description": "Multi-agent novel production system",
|
|
"license": "MIT",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0",
|
|
"pnpm": ">=9.0.0"
|
|
}
|
|
}
|