{
  "name": "scrybe",
  "version": "0.2.0",
  "description": "Schema-driven conversational authoring → native static HTML. An AI-native, WordPress-style site builder.",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "build": "node build.js",
    "test": "node --test tests/*.test.js",
    "init": "node bin/scrybe-init.mjs",
    "build:public": "node tools/package-public.js"
  },
  "devDependencies": {
    "ajv": "^8.20.0"
  }
}