{
  "name": "@grest-ts/schema-file",
  "version": "0.0.70",
  "type": "module",
  "license": "MIT",
  "description": "File abstraction for Grest framework",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js"
    },
    "./testkit": {
      "types": "./dist/testkit/index-testkit.d.ts",
      "import": "./dist/testkit/index-testkit.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit -p src"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grest-ts/grest-ts.git",
    "directory": "packages/schema/schema-file"
  },
  "homepage": "https://grest-ts.com/packages/schema-file",
  "bugs": {
    "url": "https://github.com/grest-ts/grest-ts/issues"
  },
  "keywords": [
    "typescript",
    "framework",
    "contract",
    "api",
    "microservices",
    "testing",
    "file",
    "abstraction",
    "binary"
  ],
  "engines": {
    "node": ">=24"
  },
  "peerDependencies": {
    "@grest-ts/schema": "0.0.70"
  },
  "devDependencies": {
    "@grest-ts/testkit": "0.0.70"
  }
}
