{
  "name": "@latticexyz/config",
  "version": "2.2.23",
  "description": "Config for Store and World",
  "repository": {
    "type": "git",
    "url": "https://github.com/latticexyz/mud.git",
    "directory": "packages/config"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./internal": "./dist/internal.js",
    "./node": "./dist/deprecated/node.js"
  },
  "typesVersions": {
    "*": {
      "index": [
        "./dist/index.d.ts"
      ],
      "internal": [
        "./dist/internal.d.ts"
      ],
      "node": [
        "./dist/deprecated/node.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@ark/util": "0.2.2",
    "find-up": "^6.3.0",
    "tsx": "^4.19.1",
    "@latticexyz/common": "2.2.23",
    "@latticexyz/schema-type": "2.2.23"
  },
  "devDependencies": {
    "viem": "2.35.1"
  },
  "peerDependencies": {
    "viem": "2.x"
  },
  "scripts": {
    "build": "pnpm run build:js",
    "build:js": "tsup",
    "clean": "pnpm run clean:js",
    "clean:js": "shx rm -rf dist",
    "dev": "tsup --watch",
    "test": "tsc --noEmit",
    "test:ci": "pnpm run test"
  }
}