{
  "name": "neuronpedia",
  "version": "1.0.3",
  "description": "Neuronpedia (Official)",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsup"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hijohnnylin/neuronpedia.git"
  },
  "keywords": [
    "neuronpedia",
    "interpretability",
    "ai",
    "neural-networks",
    "llms",
    "sparse-autoencoders",
    "saes",
    "sae"
  ],
  "author": "johnny",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hijohnnylin/neuronpedia/issues"
  },
  "homepage": "https://github.com/hijohnnylin/neuronpedia#readme",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "tsup": "^8.3.5",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "openapi-fetch": "^0.13.4",
    "zod": "^3.24.1"
  }
}
