{
  "name": "scriveno",
  "version": "3.6.0",
  "description": "Spec-driven creative writing, publishing, and translation pipeline for AI coding agents. From blank page to published book.",
  "bin": {
    "scriveno": "bin/install.js"
  },
  "scripts": {
    "start": "node bin/install.js",
    "test": "node --test test/*.test.js",
    "pack:check": "npm pack --dry-run",
    "policy:check": "node scripts/check-writing-policy.js",
    "release:check": "npm test && npm run policy:check && npm run pack:check",
    "prepublishOnly": "npm run release:check"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "writing",
    "creative-writing",
    "ai",
    "claude",
    "claude-code",
    "novel",
    "screenplay",
    "publishing",
    "kdp",
    "translation"
  ],
  "author": "Scriveno contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aihxp/scriveno.git"
  },
  "homepage": "https://github.com/aihxp/scriveno#readme",
  "bugs": {
    "url": "https://github.com/aihxp/scriveno/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "bin/",
    "lib/",
    "data/",
    "commands/",
    "agents/",
    "templates/",
    "scripts/",
    "docs/",
    "README.md",
    "LICENSE"
  ]
}
