{ "name": "jack-red", "version": "0.1.0", "description": "Bot", "main": "out/index.js", "scripts": { "start": "tsc && node out", "test": "tsc && node --inspect-brk out" }, "repository": { "type": "git", "url": "git+https://github.com/chrisvrose/jack-red.git" }, "keywords": [ "bot", "ts" ], "author": "Atreya Bain", "license": "MIT", "bugs": { "url": "https://github.com/chrisvrose/jack-red/issues" }, "homepage": "https://github.com/chrisvrose/jack-red#readme", "devDependencies": { "@types/got": "^9.6.11", "@types/node": "^14.0.13", "@types/yargs": "^15.0.5" }, "dependencies": { "got": "^11.3.0", "yargs": "^15.3.1" } }