{ "name": "pac-maker", "version": "4.0.0", "description": "Proxy Auto-Configuration (PAC) file generator & loader, support proxy Node's `fetch` with PAC", "author": "Kaciras ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Kaciras/pac-maker.git" }, "keywords": [ "pac", "proxy", "gfw", "fetch", "undici" ], "engines": { "node": ">=22" }, "type": "module", "files": [ "lib/**/*.{js,d.ts}", "list", "template" ], "bin": { "pac-maker": "lib/cli.js" }, "types": "lib/index.d.ts", "main": "lib/index.js", "scripts": { "lint": "eslint --fix", "test": "jest", "test:mutation": "stryker run", "compile": "tsc" }, "dependencies": { "@kaciras/deasync": "^1.0.4", "@kaciras/utilities": "^1.0.3", "better-sqlite3": "^11.2.1", "chalk": "^5.3.0", "cli-progress": "^3.12.0", "esbench": "^0.6.2", "fetch-socks": "^1.3.0", "ini": "^4.1.3", "undici": "^6.19.8", "yargs": "^17.7.2" }, "devDependencies": { "@jest/globals": "^30.0.0-alpha.5", "@kaciras/eslint-config-core": "^3.2.0", "@kaciras/eslint-config-jest": "^3.2.0", "@kaciras/eslint-config-typescript": "^3.2.0", "@stryker-mutator/core": "^8.5.0", "@stryker-mutator/jest-runner": "^8.5.0", "@swc/core": "1.7.14", "@swc/jest": "^0.2.36", "@types/better-sqlite3": "^7.6.11", "@types/cli-progress": "^3.11.6", "@types/ini": "^4.1.1", "@types/yargs": "^17.0.33", "eslint": "^9.9.0", "expect": "^30.0.0-alpha.5", "jest": "^30.0.0-alpha.5", "mockttp": "^3.15.1", "typescript": "^5.5.4", "wait-for-expect": "^3.0.2" } }