{
  "name": "pixel-profile",
  "version": "1.1.0",
  "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",
    "test-type": "tsc --noEmit"
  },
  "type": "module",
  "author": "LuciNyan",
  "license": "MIT",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.js"
    }
  },
  "devDependencies": {
    "@types/github-username-regex": "1.0.2",
    "@types/react": "^18.2.57",
    "@types/node": "^20.11.0",
    "@types/react-dom": "^18.2.19",
    "jest-image-snapshot": "^6.1.0",
    "react": "^17.0.2",
    "tsup": "^8.0.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@resvg/resvg-js": "2.6.0",
    "axios": "^1.7.3",
    "dotenv": "^16.3.1",
    "emoji-name-map": "^1.2.8",
    "github-username-regex": "^1.0.0",
    "jimp": "^0.22.10",
    "satori": "^0.10.11"
  },
  "lint-staged": {
    "*.{js,css,md}": "prettier --write",
    "*.{ts,tsx}": "eslint --fix"
  },
  "packageManager": "pnpm@9.7.0",
  "engines": {
    "node": ">=18.17.0"
  }
}
