{
  "name": "json2php",
  "version": "0.0.12",
  "description": "JSON to PHP converter",
  "files": [
    "dist",
    "package.json"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc && vite build",
    "clean": "rm -rf dist",
    "lint": "biome check . && tsc --noEmit",
    "format": "biome check . --write",
    "test": "vitest --run",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/daniel-zahariev/json2php.git"
  },
  "keywords": [
    "JSON",
    "PHP",
    "Converter"
  ],
  "author": "Daniel Zahariev <daniel.zahariev@gmail.com>",
  "contributors": [
    {
      "name": "Daniel Zahariev",
      "email": "daniel.zahariev@gmail.com"
    }
  ],
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/node": "^22.10.1",
    "release-it": "^17.10.0",
    "typescript": "^5.7.2",
    "vite": "^6.0.3",
    "vite-plugin-dts": "^4.3.0",
    "vitest": "^2.1.8"
  },
  "license": "BSD",
  "readmeFilename": "README.md"
}
