{
  "name": "@lssm/lib.schema",
  "version": "1.43.3",
  "scripts": {
    "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
    "publish:pkg:canary": "bun publish:pkg --tag canary",
    "build": "bun build:types && bun build:bundle",
    "build:bundle": "tsdown",
    "build:types": "tsc --noEmit",
    "dev": "bun build:bundle --watch",
    "clean": "rimraf dist .turbo",
    "lint": "bun lint:fix",
    "lint:fix": "eslint src --fix",
    "lint:check": "eslint src"
  },
  "devDependencies": {
    "@lssm/tool.tsdown": "1.43.3",
    "@lssm/tool.typescript": "1.43.3",
    "tsdown": "^0.18.3",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "zod": "^4.1.13",
    "graphql": "^16.8.1"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./entity": "./dist/entity/index.js",
    "./entity/defineEntity": "./dist/entity/defineEntity.js",
    "./entity/generator": "./dist/entity/generator.js",
    "./entity/types": "./dist/entity/types.js",
    "./EnumType": "./dist/EnumType.js",
    "./FieldType": "./dist/FieldType.js",
    "./GraphQLSchemaType": "./dist/GraphQLSchemaType.js",
    "./JsonSchemaType": "./dist/JsonSchemaType.js",
    "./ScalarTypeEnum": "./dist/ScalarTypeEnum.js",
    "./SchemaModel": "./dist/SchemaModel.js",
    "./SchemaModelType": "./dist/SchemaModelType.js",
    "./ZodSchemaType": "./dist/ZodSchemaType.js",
    "./*": "./*"
  },
  "publishConfig": {
    "access": "public",
    "exports": {
      ".": "./dist/index.js"
    },
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lssm-tech/contractspec.git",
    "directory": "packages/libs/schema"
  },
  "homepage": "https://contractspec.io"
}
