{
  "name": "@ray-js/raypack",
  "version": "1.7.68",
  "maintainers": [
    {
      "name": "tuyafe",
      "ezmail": "tuyafe@tuya.com"
    }
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "swc src -d lib --strip-leading-paths -C module.type=commonjs -C jsc.target=es2016",
    "build:tsup": "tsup src/index.ts --minify --dts --format cjs --out-dir lib --tsconfig tsconfig.build.json",
    "clean": "rimraf lib/",
    "format": "prettier ./src --write",
    "lint": "eslint ./src",
    "test": "jest",
    "typeLint": "tsc -p ./tsconfig.build.json --noEmit",
    "watch": "npm run build -- --watch --log-watch-compilation"
  },
  "dependencies": {
    "@babel/code-frame": "^7.27.1",
    "@noyobo/esbuild-plugin-tailwindcss": "^2.0.1",
    "@ray-js/shared": "1.7.68",
    "colors": "1.4.0",
    "consola": "^3.4.2",
    "dayjs": "^1.11.13",
    "dedent": "^1.6.0",
    "esbuild": "^0.25.12",
    "esbuild-external-global": "^1.0.1",
    "esbuild-plugin-auto-css-modules": "^0.1.2",
    "esbuild-plugin-less": "^1.3.26",
    "esbuild-style-loader": "^0.2.2",
    "fs-extra": "^11.3.0",
    "globby": "^11.1.0",
    "json5": "^2.2.3",
    "lodash": "^4.17.21",
    "npmlog": "^7.0.1",
    "oxc-import-transformer": "^1.1.1",
    "path-to-regexp": "^6.3.0",
    "postcss": "^8.5.6",
    "pretty-bytes": "^5.6.0",
    "pretty-ms": "^7.0.1",
    "progress": "^2.0.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "resolve-from": "^5.0.0",
    "rimraf": "^5.0.10",
    "semver": "^7.7.2",
    "slash": "^3.0.0",
    "strip-indent": "^3.0.0",
    "time-stamp": "^2.2.0",
    "update-notifier": "^5.1.0",
    "webpack-chain": "^6.5.1"
  },
  "devDependencies": {
    "@jest/types": "^29.6.3",
    "@ray-core/ray": "^0.4.9",
    "@ray-core/runtime": "^0.4.9",
    "@ray-js/adapter": "1.7.68",
    "@ray-js/shared": "1.7.17",
    "@ray-js/types": "1.7.68",
    "@swc/cli": "^0.7.7",
    "@swc/core": "^1.12.5",
    "@swc/jest": "^0.2.38",
    "@types/babel__code-frame": "^7.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.18",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^20.19.1",
    "chokidar": "^3.6.0",
    "execa": "^7.2.0",
    "jest": "^29.7.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "gitHead": "b91b3823c5b4f115ca7832b01d202b3bd31688f8"
}
