{ "name": "call-of-duty-api", "version": "3.5.0", "description": "NodeJS Wrapper for the Call Of Duty API.", "main": "dist/index", "types": "dist/index", "files": [ "dist" ], "scripts": { "prebuild": "rimraf dist", "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Lierrmm/Node-CallOfDuty.git" }, "keywords": [ "br", "warzone", "call-of-duty", "call of duty", "modern warfare", "black ops", "iw", "battle royale", "Cold War", "cw", "3arc", "vanguard", "Treyarch", "Infinity Ward", "Sledgehammer", "Raven", "Modern Warfare 2", "Warzone 2", "Blue Moon", "Beenox" ], "bugs": { "url": "https://github.com/Lierrmm/Node-CallOfDuty/issues" }, "homepage": "https://codapi.dev", "funding": { "type": "github", "url": "https://github.com/sponsors/Lierrmm" }, "author": "Liam Gaskell", "license": "MIT", "devDependencies": { "@types/node": "^18.11.4", "rimraf": "^3.0.2", "typescript": "^4.8.4" }, "dependencies": { "tslib": "^2.4.0", "undici": "^5.12.0" } }