{
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "name": "@sacredcasuals/shared-lib",
  "version": "0.1.26",
  "description": "Shared game utilities and UI components for Sacred Casuals apps",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./styles/safe-area.css": {
      "default": "./dist/styles/safe-area.css"
    }
  },
  "files": [
    "dist",
    "dist/styles"
  ],
  "scripts": {
    "sandbox": "vite",
    "copy-css": "cpx \"src/styles/*.css\" dist/styles",
    "generate-indexts-files": "node generate-indexts-files.js",
    "build-no-watch": "npm run generate-indexts-files && tsup --config tsup.config.ts && npm run copy-css",
    "build-watch": "npm run generate-indexts-files && tsup --config tsup.config.ts --watch && npm run copy-css",
    "build:prod": "npm run generate-indexts-files && tsup --config tsup.config.ts && npm run copy-css",
    "increase-version": "npm version patch --no-git-tag-version",
    "publish-to-npm": "npm run increase-version && npm run build:prod && npm publish"
  },
  "keywords": [
    "pixi",
    "shared",
    "library",
    "game",
    "sacred-casuals"
  ],
  "author": "moony",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sacredcasuals/shared-lib"
  },
  "peerDependencies": {
    "@capacitor/app": "latest",
    "@capacitor/device": "latest",
    "@capacitor/network": "latest",
    "@capacitor/preferences": "latest",
    "@esotericsoftware/spine-pixi-v8": "^4.2.70",
    "@pixi/assets": "^7.4.2",
    "@pixi/compressed-textures": "^7.4.2",
    "@pixi/ui": "^2.2.0",
    "@tweenjs/tween.js": "^25.0.0",
    "@types/howler": "^2.2.12",
    "capacitor-plugin-safe-area": "latest",
    "capacitor-secure-storage-plugin": "^0.11.0",
    "howler": "^2.2.4",
    "pixi-ui": "^1.0.0",
    "pixi.js": "^8.10.1"
  },
  "devDependencies": {
    "@pixi/devtools": "^2.0.1",
    "cpx": "^1.5.0",
    "eslint": "^9.28.0",
    "prettier": "^3.5.3",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vite": "^6.3.5"
  }
}
