{
  "name": "@ark/schema",
  "version": "0.56.0",
  "license": "MIT",
  "author": {
    "name": "David Blass",
    "email": "david@arktype.io",
    "url": "https://arktype.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arktypeio/arktype.git",
    "directory": "ark/schema"
  },
  "type": "module",
  "main": "./out/index.js",
  "types": "./out/index.d.ts",
  "exports": {
    ".": {
      "ark-ts": "./index.ts",
      "default": "./out/index.js"
    },
    "./config": {
      "ark-ts": "./config.ts",
      "default": "./out/config.js"
    },
    "./internal/*.ts": {
      "ark-ts": "./*.ts",
      "default": "./out/*.js"
    },
    "./internal/*.js": {
      "ark-ts": "./*.ts",
      "default": "./out/*.js"
    }
  },
  "files": [
    "out"
  ],
  "dependencies": {
    "@ark/util": "0.56.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "ts ../repo/build.ts",
    "bench": "ts ./__tests__/comparison.bench.ts",
    "test": "ts ../repo/testPackage.ts",
    "tnt": "ts ../repo/testPackage.ts --skipTypes"
  }
}