Files
inkos/package.json
T
majx_mac 0746468dbf feat: add three-layer rule architecture with genre profiles
- 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
2026-03-13 15:04:33 +08:00

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"
}
}