mirror of
https://github.com/Narcooo/inkos.git
synced 2026-08-28 23:02:03 +08:00
25 lines
645 B
JSON
25 lines
645 B
JSON
{
|
|
"name": "inkos",
|
|
"version": "0.4.6",
|
|
"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",
|
|
"verify:publish-manifests": "node scripts/verify-no-workspace-protocol.mjs packages/core packages/cli",
|
|
"release": "pnpm build && pnpm test && pnpm verify:publish-manifests"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0",
|
|
"pnpm": ">=9.0.0"
|
|
}
|
|
}
|