{
  "name": "ai-model-directory",
  "version": "0.1.162",
  "description": "Bundled AI model directory dataset with a compact typed payload",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/The-Best-Codes/ai-model-directory.git"
  },
  "type": "module",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js"
    },
    "./remote-data": {
      "types": "./dist/src/remote-data.d.ts",
      "import": "./dist/src/remote-data.js"
    }
  },
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "generate": "bun ./scripts/generate-data.mjs",
    "build": "bun run generate && tsc -p ./tsconfig.build.json",
    "prepack": "bun run build"
  },
  "devDependencies": {
    "@types/bun": "^1.4.0",
    "typescript": "^7.0.2"
  }
}
