{
  "name": "toonkit",
  "version": "2.2.2",
  "description": "Typed Object Oriented Notation (TOON) parser and serializer. Convert TOON ↔ JSON with full type support, nested structures, and high-performance parsing for APIs, IoT, and real-time systems.",
  "main": "./dist/cjs/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/cjs/index.js"
    },
    "./express": {
      "require": "./dist/cjs/express/index.js",
      "import": "./dist/express/index.js",
      "types": "./dist/express/index.d.ts",
      "default": "./dist/cjs/express/index.js"
    },
    "./fastify": {
      "require": "./dist/cjs/fastify/index.js",
      "import": "./dist/fastify/index.js",
      "types": "./dist/fastify/index.d.ts",
      "default": "./dist/cjs/fastify/index.js"
    },
    "./hono": {
      "require": "./dist/cjs/hono/index.js",
      "import": "./dist/hono/index.js",
      "types": "./dist/hono/index.d.ts",
      "default": "./dist/cjs/hono/index.js"
    },
    "./fetch": {
      "require": "./dist/cjs/fetch/index.js",
      "import": "./dist/fetch/index.js",
      "types": "./dist/fetch/index.d.ts",
      "default": "./dist/cjs/fetch/index.js"
    },
    "./next/server": {
      "require": "./dist/cjs/next/server.js",
      "import": "./dist/next/server.js",
      "types": "./dist/next/server.d.ts",
      "default": "./dist/cjs/next/server.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && tsc -p tsconfig.cjs.json",
    "test": "npm run build && node test/all-exports.mjs",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "toon",
    "toonkit",
    "typed-notation",
    "typed-object-notation",
    "data-serialization",
    "serializer",
    "parser",
    "api-format",
    "data-format",
    "json-alternative",
    "typed-json",
    "lightweight",
    "express",
    "frontend",
    "backend",
    "microservices",
    "data-transport",
    "rest-api",
    "automation",
    "javascript",
    "nodejs",
    "nextjs",
    "iot",
    "mqtt",
    "real-time",
    "fast-serialization"
  ],
  "author": "Manoj Gowda B R",
  "homepage": "https://toonkit.js.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/ManojGowda89/toonkit.git"
  },
  "bugs": {
    "url": "https://github.com/ManojGowda89/toonkit/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ManojGowda89"
  },
  "license": "MIT",
  "sideEffects": false,
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "@hono/node-server": "^2.0.2",
    "@types/compression": "^1.8.0",
    "@types/express": "^5.0.3",
    "express": "^5.1.0",
    "fastify": "^5.8.5",
    "hono": "^4.12.18",
    "jsdom": "^22.1.0",
    "next": "^16.2.6",
    "typescript": "^5.0.0",
    "undici-types": "^8.0.0"
  },
  "dependencies": {
    "axios": "^1.16.1",
    "compression": "^1.8.1",
    "fastify-plugin": "^5.1.0"
  },
  "peerDependencies": {
    "express": "^5.1.0",
    "fastify": "^5.8.0",
    "hono": "^4.12.0",
    "next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
  },
  "peerDependenciesMeta": {
    "express": {
      "optional": true
    },
    "fastify": {
      "optional": true
    },
    "hono": {
      "optional": true
    },
    "next": {
      "optional": true
    }
  }
}
