UNPKG

technolist

Version:

Un módulo NPM para obtener datos de TechnoList

25 lines (24 loc) 447 B
{ "name": "technolist", "version": "1.0.1", "description": "Un módulo NPM para obtener datos de TechnoList", "main": "src/main.js", "scripts": { "start": "node src/main.js", "test": "node test.js" }, "keywords": [ "bots", "botslista", "listabots", "lista", "discord", "technokite", "g5lvatron" ], "author": "iSaltDev", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1" } }