{
  "name": "mac-system-proxy",
  "version": "1.0.4",
  "description": "Access the Mac system proxy settings from Node.js",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc -p .",
    "pretest": "npm run build",
    "test": "TS_NODE_FILES=true mocha -r ts-node/register 'test/*.spec.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/httptoolkit/mac-system-proxy.git"
  },
  "keywords": [
    "mac",
    "osx",
    "system",
    "proxy",
    "config",
    "configuration",
    "scutil"
  ],
  "author": "Tim Perry <tim@httptoolkit.tech>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/httptoolkit/mac-system-proxy/issues"
  },
  "homepage": "https://github.com/httptoolkit/mac-system-proxy#readme",
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.9.0",
    "chai": "^4.3.4",
    "mocha": "^8.4.0",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.2"
  }
}
