UNPKG

quickuptime

Version:

A package which will easily help you ping any url within the supplied interval.

53 lines (52 loc) 1.18 kB
{ "name": "quickuptime", "version": "1.0.6-Update", "description": "A package which will easily help you ping any url within the supplied interval.", "main": "index.js", "types": "typings/index.d.ts", "dependencies": { "axios": "*", "got": "*", "instant.db": "2.0.0", "node-fetch": "*", "set-interval": "*", "superagent": "*", "wumpfetch": "*" }, "devDependencies": { "eslint": "*", "nodemon": "*", "typescript": "^4.2.3" }, "scripts": { "test": "nodemon test/test.js", "update:packages": "node wipe-dependencies.js && rm -rf node_modules && npm update --save-dev && npm update --save" }, "repository": { "type": "git", "url": "git+https://github.com/Lebyy/quickuptime.git" }, "keywords": [ "quickuptime", "discord.js", "web", "AI", "chat", "darkcodes", "arc", "npm", "uptimer", "ping", "repl.it", "glitch", "quickuptime", "express", "fetch" ], "author": "Lebyy_Dev", "license": "GPL-3.0", "bugs": { "url": "https://github.com/Lebyy/quickuptime/issues" }, "homepage": "https://github.com/Lebyy/quickuptime#readme" }