{
  "name": "@omer-x/typesculptor",
  "version": "1.0.0-alpha.1",
  "description": "generates interpretable json objects to generate TypeScript types from JSON Schemas",
  "keywords": [
    "json-schema",
    "interpretable",
    "type-generator"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omermecitoglu/typesculptor.git"
  },
  "bugs": {
    "url": "https://github.com/omermecitoglu/typesculptor/issues"
  },
  "homepage": "https://github.com/omermecitoglu/typesculptor#readme",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Omer Mecitoglu",
    "email": "omer.mecitoglu@gmail.com",
    "url": "https://omermecitoglu.github.io"
  },
  "license": "MIT",
  "type": "module",
  "files": [
    "dist/"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "dev": "tsup --watch",
    "build": "tsup"
  },
  "peerDependencies": {
    "@omer-x/openapi-types": "^1"
  },
  "devDependencies": {
    "@omer-x/eslint-config": "^2.1.3",
    "@types/node": "^24.0.1",
    "@vitest/coverage-v8": "^3.2.3",
    "eslint": "^9.29.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.3"
  }
}
