{ "name": "lang", "description": "", "version": "1.0.0", "main": "lib/index.js", "types": "lib/index.d.ts", "devDependencies": {}, "scripts": { "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git@git.zomo.dev:zomo/lang.git" }, "author": "ashley zomo", "license": "ISC", "dependencies": { "discord.js": "^13.6.0", "typescript": "^4.6.3" } }