{
  "name": "pixel-profile-server",
  "version": "1.1.0",
  "description": "",
  "homepage": "https://github.com/LuciNyan/pixel-profile",
  "bugs": {
    "url": "https://github.com/LuciNyan/pixel-profile/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LuciNyan/pixel-profile.git"
  },
  "module": "./dist/index.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "cross-env NODE_ENV=development tsup src/index.ts --watch",
    "build": "tsup",
    "start": "node --experimental-modules dist/node.js"
  },
  "type": "module",
  "author": "LuciNyan",
  "license": "MIT",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.js"
    }
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "tsup": "^8.0.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@hono/node-server": "^1.11.1",
    "axios": "^1.7.3",
    "dotenv": "^16.3.1",
    "hono": "^4.0.8",
    "pixel-profile": "workspace:*",
    "pixel-profile-utils": "workspace:*",
    "ts-known": "^0.1.3"
  },
  "packageManager": "pnpm@9.7.0",
  "engines": {
    "node": ">=18.17.0"
  }
}
