{
  "name": "@toon-format/spec",
  "type": "module",
  "version": "3.3.0",
  "packageManager": "pnpm@10.30.1",
  "description": "Official specification for Token-Oriented Object Notation (TOON)",
  "author": "Johann Schopplich <hello@johannschopplich.com>",
  "license": "MIT",
  "homepage": "https://github.com/toon-format/spec",
  "repository": {
    "type": "git",
    "url": "https://github.com/toon-format/spec.git"
  },
  "bugs": {
    "url": "https://github.com/toon-format/spec/issues"
  },
  "keywords": [
    "toon",
    "format",
    "specification",
    "llm",
    "token-efficiency",
    "data-format"
  ],
  "files": [
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "SPEC.md",
    "VERSIONING.md",
    "examples",
    "tests"
  ],
  "scripts": {
    "lint": "eslint .",
    "release": "bumpp"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^7.4.3",
    "bumpp": "^10.4.1",
    "eslint": "^10.0.1"
  }
}
