{
  "name": "@mongodb-js/atlas-local-darwin-arm64",
  "version": "1.3.0",
  "cpu": [
    "arm64"
  ],
  "main": "atlas-local.darwin-arm64.node",
  "files": [
    "atlas-local.darwin-arm64.node"
  ],
  "description": "A Node.js library for managing MongoDB Atlas Local deployments using Docker. This library provides a high-level JavaScript/TypeScript interface to interact with MongoDB Atlas Local deployments, making it easy to develop and test applications against a local MongoDB Atlas environment.",
  "keywords": [
    "napi-rs",
    "NAPI",
    "N-API",
    "Rust",
    "node-addon",
    "node-addon-api"
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mongodb-js/atlas-local-lib-js.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "darwin"
  ]
}