{
  "name": "system-ca",
  "version": "2.0.1",
  "description": "Access the system certificate store on Windows, macOS and Linux",
  "keywords": [
    "system",
    "cert",
    "certificate",
    "ca",
    "windows",
    "macos",
    "linux"
  ],
  "homepage": "https://github.com/mongodb-js/system-ca",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/system-ca.git"
  },
  "bugs": {
    "url": "https://github.com/mongodb-js/system-ca/issues"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    "require": "./lib/index.js",
    "import": "./.esm-wrapper.mjs",
    "types": "./lib/index.d.ts"
  },
  "files": [
    "LICENSE",
    "lib",
    "package.json",
    "README.md",
    ".esm-wrapper.mjs"
  ],
  "scripts": {
    "lint": "eslint \"src/**/*.ts\"",
    "test": "npm run lint && npm run build && nyc mocha --colors -r ts-node/register src/*.spec.ts",
    "build": "npm run compile-ts && gen-esm-wrapper . ./.esm-wrapper.mjs",
    "prepack": "npm run build",
    "compile-ts": "tsc -p tsconfig.json"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/chai": "^4.2.5",
    "@types/mocha": "^8.0.3",
    "@types/node": "^17.0.18",
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.2.0",
    "chai": "^4.2.0",
    "eslint": "^7.9.0",
    "eslint-config-semistandard": "^15.0.1",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "gen-esm-wrapper": "^1.1.3",
    "mocha": "^8.1.3",
    "nyc": "^15.1.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.3"
  },
  "optionalDependencies": {
    "macos-export-certificate-and-key": "^1.2.0",
    "win-export-certificate-and-key": "^2.1.0"
  }
}
