UNPKG

node-speedrun

Version:

Node.js wrapper for the Speedrun.com API

42 lines (41 loc) 1.07 kB
{ "name": "node-speedrun", "version": "1.2.0", "description": "Node.js wrapper for the Speedrun.com API", "main": "index.js", "scripts": { "test-docs": "npm run build-docs && docma serve", "build-docs": "node docs.js", "test": "standard", "standard-fix": "standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/SwitchbladeBot/node-speedrun.git" }, "keywords": [ "speedrun", "speedruncom", "api", "wrapper" ], "author": "Switchblade Team <support@switchblade.xyz>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/SwitchbladeBot/node-speedrun/issues" }, "homepage": "https://speedrun.switchblade.xyz/", "devDependencies": { "docma": "^3.2.2", "dotenv": "^7.0.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "standard": "^12.0.1" }, "dependencies": { "node-fetch": "^2.6.0" } }