Skip to main content
Module

x/discordeno/template/nodejs/package.json

Discord API library for Deno
Latest
File
{ "name": "nodejs-template", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "discordeno.js": "github:meister03/discordeno.js", "dotenv": "^16.0.3" }}