{ "name": "komet-js", "version": "2.0.0", "description": "Its Komet but for JS!", "main": "index.js", "dependencies": { "bent": "^7.3.0", "discord.js": "^12.1.1", "JSON": "^1.0.0", "moment": "^2.24.0", "node-fetch": "^2.6.1", "request": "^2.88.2", "typescript": "^4.2.4" }, "scripts": { "start": "tsc src/index.ts && node src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/hax4dazy/Komet-JS.git" }, "keywords": [ "Discord-JS" ], "author": "Hax4dayz", "license": "MIT", "bugs": { "url": "https://github.com/hax4dazy/Komet-JS/issues" }, "homepage": "https://github.com/hax4dazy/Komet-JS#readme", "devDependencies": { "@types/node": "^15.0.3" } }