{ "name": "discord-cli", "version": "1.0.0", "description": "discord but as a shell", "main": "target/index.js", "scripts": { "start": "ts-node src/index.ts" }, "repository": { "type": "git", "url": "git@git.zomo.dev:zomo/discord-cli.git" }, "author": "", "license": "UNLICENSED", "devDependencies": { "@types/node": "^16.11.6", "ts-node": "^10.4.0", "typescript": "^4.4.4", "tslib": "^2.3.1" }, "dependencies": { } }