{
  "name": "@ray-js/env",
  "version": "1.7.83",
  "description": "Ray runtime environment",
  "keywords": [
    "ray"
  ],
  "repository": {},
  "license": "MIT",
  "maintainers": [
    {
      "name": "tuyafe",
      "email": "tuyafe@tuya.com"
    }
  ],
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "files": [
    "cjs",
    "esm"
  ],
  "scripts": {
    "build": "yarn build:cjs && yarn build:esm",
    "build:cjs": "tsc -p ./tsconfig.build.json --target es5 --module commonjs --outDir cjs",
    "build:esm": "tsc -p ./tsconfig.build.json --target es6 --module esnext --outDir esm",
    "clean": "rm -rf cjs esm",
    "watch": "concurrently 'yarn build:cjs --watch' 'yarn build:esm --watch'"
  },
  "devDependencies": {
    "concurrently": "^7.6.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "gitHead": "f431d6e9c446b1f0668fcb11f04c5df98a3c0ac2"
}
