{ "name": "package", "version": "1.0.0", // Project version, use semantic versioning plz :) "description": "", // Description of project. "main": "main.js", // Main source file. "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "NULL", // Author of bot. "license": "MIT", // License type. "dependencies": { "discord.js": "^11.4.2" // discord.js } }