{ "name": "@apiclient.xyz/abuse.ch", "version": "1.0.12", "private": false, "description": "an unofficial client to retrieve abuse.ch data", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "(tsdoc)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.66", "@gitzone/tsbundle": "^2.0.8", "@gitzone/tsdoc": "^1.1.12", "@gitzone/tsrun": "^1.2.44", "@gitzone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.12", "@types/node": "^20.4.5" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "dependencies": { "@push.rocks/smartfile": "^10.0.28", "@push.rocks/smartpath": "^5.0.5", "csv-parser": "^3.0.0", "https-proxy-agent": "^7.0.1", "node-fetch": "^3.3.2", "unzipper": "^0.10.14" } }