{
  "name": "thingfinder",
  "version": "0.1.1",
  "description": "CLI, library, and MCP server for searching and downloading 3D printing files across multiple repositories",
  "type": "module",
  "bin": {
    "thingfinder": "dist/index.js",
    "thingfinder-mcp": "dist/mcp.js"
  },
  "exports": {
    ".": "./dist/index.js",
    "./lib": {
      "types": "./dist/lib.d.ts",
      "import": "./dist/lib.js"
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/index.ts",
    "lint": "eslint src/ tests/",
    "lint:fix": "eslint src/ tests/ --fix",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "3d-printing",
    "stl",
    "3mf",
    "thingiverse",
    "printables",
    "thangs",
    "cli",
    "mcp",
    "model-context-protocol",
    "ai-tools"
  ],
  "author": "Nader Heidari",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nukleas/thingfinder.git"
  },
  "homepage": "https://github.com/nukleas/thingfinder#readme",
  "bugs": {
    "url": "https://github.com/nukleas/thingfinder/issues"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@inquirer/prompts": "^7.0.0",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "cli-progress": "^3.12.0",
    "commander": "^14.0.0",
    "conf": "^13.0.0",
    "impit": "^0.9.2",
    "ora": "^8.0.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/cli-progress": "^3.11.0",
    "@types/node": "^20.0.0",
    "eslint": "^10.0.0",
    "tsup": "^8.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.5.0",
    "typescript-eslint": "^8.56.0",
    "vitest": "^2.0.0"
  }
}
