UNPKG

gdata-vaas

Version:

An SDK to for G DATA VaaS. Verdicts as a service.

56 lines (55 loc) 1.38 kB
{ "repository": { "type": "git", "url": "https://github.com/GDATASoftwareAG/vaas" }, "name": "gdata-vaas", "version": "7.7.6", "license": "MIT", "main": "lib/Index.js", "types": "lib/Index.d.ts", "sideEffects": false, "keywords": [ "security", "malware", "malware-analysis", "it-security", "malware-detection" ], "description": "An SDK to for G DATA VaaS. Verdicts as a service.", "author": { "name": "G DATA CyberDefense AG", "email": "oem@gdata.de", "url": "https://www.gdata.de" }, "devDependencies": { "@jest/globals": "^30.0.0", "@types/jest": "^30.0.0", "@types/node": "24.9.2", "@types/random-bytes": "1.0.3", "dotenv": "17.2.3", "jest": "^30.0.0", "prettier": "^3.3.3", "random-bytes": "1.0.0", "ts-jest": "^29.4.1", "ts-node": "10.9.2", "typescript": "5.9.3" }, "dependencies": { "@d-fischer/isomorphic-ws": "^7.0.2", "@types/uuid": "10.0.0", "@types/ws": "8.18.1", "@ungap/url-search-params": "0.2.2", "axios": "1.13.1", "fast-sha256": "1.3.0", "typescript-json-serializer": "6.0.1", "uuid": "11.1.0", "ws": "8.18.3" }, "scripts": { "build": "npx tsc", "watch": "npx tsc --watch", "test": "jest --ci --runInBand --detectOpenHandles --forceExit", "format": "prettier --write src/** tests/**" } }