{
  "name": "node-rbx-cookie-darwin-arm64",
  "version": "1.0.1",
  "os": [
    "darwin"
  ],
  "cpu": [
    "arm64"
  ],
  "main": "node-rbx-cookie.darwin-arm64.node",
  "files": [
    "node-rbx-cookie.darwin-arm64.node"
  ],
  "description": "Finds the .ROBLOSECURITY cookie from either a ROBLOSECURITY environment variable or the authenticated local Roblox Studio installation",
  "keywords": [
    "napi-rs",
    "NAPI",
    "N-API",
    "Rust",
    "node-addon",
    "node-addon-api"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": "https://github.com/morgann1/node-rbx-cookie"
}