UNPKG

dblstatistics.js

Version:

Official node module for interacting with the dblstats.com API

35 lines (34 loc) 990 B
{ "name": "dblstatistics.js", "version": "2.0.2", "description": "Official node module for interacting with the dblstats.com API", "main": "./dist/src/DblStatsClient.js", "scripts": { "build": "rm -r ./dist && tsc", "prepublishOnly": "npm run build" }, "devDependencies": { "@types/node-fetch": "^2.5.7", "@types/node": "^14.14.10", "@types/query-string": "^6.3.0" }, "author": "JPBBerry", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/dbl-marcorennmaus-de/dblstatistics.js.git" }, "keywords": [ "dblstats", "top.gg", "dbl" ], "dependencies": { "node-fetch": "^2.6.1" }, "bugs": { "url": "https://github.com/dbl-marcorennmaus-de/dblstatistics.js/issues" }, "homepage": "https://github.com/dbl-marcorennmaus-de/dblstatistics.js#readme", "types": "./dist/src/DblStatsClient.d.ts" }