{ "name": "ruleset.skk.moe", "version": "0.0.0", "private": true, "description": "", "repository": { "type": "git", "url": "git+https://github.com/SukkaW/Surge.git" }, "scripts": { "build": "bun ./Build/index.ts", "lint": "eslint --format=sukka ." }, "author": "", "license": "ISC", "dependencies": { "@cliqz/adblocker": "^1.26.12", "@sukka/listdir": "^0.2.0", "@vercel/fetch-retry": "^5.1.3", "async-sema": "^3.1.1", "ci-info": "^4.0.0", "cidr-tools-wasm": "^0.0.11", "eslint": "^8.53.0", "gorhill-publicsuffixlist": "github:gorhill/publicsuffixlist.js", "jest-worker": "^29.7.0", "mnemonist": "^0.39.5", "path-scurry": "^1.10.1", "picocolors": "^1.0.0", "punycode": "^2.3.1", "table": "^6.8.1", "tar": "^6.2.0", "tldts": "^6.0.19", "undici": "5.27.0" }, "devDependencies": { "@eslint-sukka/node": "^4.1.7", "@types/mocha": "10.0.2", "bun-types": "^1.0.11", "chai": "4.3.10", "eslint-config-sukka": "4.1.7", "eslint-formatter-sukka": "4.1.7", "mocha": "^10.2.0" }, "resolutions": { "has": "npm:@nolyfill/has@latest" } }