{
  "name": "pixel-profile-utils",
  "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": {
    "tsup": "^8.0.2"
  },
  "dependencies": {
    "ts-known": "^0.1.3"
  },
  "lint-staged": {
    "*.{js,css,md}": "prettier --write",
    "*.{ts,tsx}": "eslint --fix"
  },
  "packageManager": "pnpm@9.7.0",
  "engines": {
    "node": ">=18.17.0"
  }
}
