{
  "name": "@pixmi-game/cocos-toolbox",
  "version": "1.0.4",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "files": [
    "dist",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "yalc:publish": "yalc publish --no-scripts",
    "yalc:push": "yalc push --no-scripts",
    "npm:setdefault": "npm config set registry https://registry.npmjs.org/",
    "npm:setmirror": "npm config set registry https://registry.npmmirror.com",
    "publish": "npm publish"
  },
  "devDependencies": {
    "camelcase": "^8.0.0",
    "typescript": "^5.0.0",
    "vite": "^7.0.2",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4",
    "yalc": "1.0.0-pre.53"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "cocos",
    "cocos-creator",
    "game",
    "toolkit",
    "utils"
  ],
  "homepage": "https://github.com/pixmi-game/cocos-toolbox#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pixmi-game/cocos-toolbox.git"
  },
  "bugs": {
    "url": "https://github.com/pixmi-game/cocos-toolbox/issues"
  }
}
