{ "name": "korral-interactions", "version": "2.0.0", "description": "The Express webserver for the interactions of Korral in the Team Neptune Discord server.", "main": "out/src/index.js", "types": "typings/", "dependencies": { "discord-interactions": "^2.3.0", "express": "^4.17.1", "node-fetch": "^2.6.1", "typescript": "^4.3.4" }, "devDependencies": { "@types/express": "^4.17.12", "@types/node": "^15.12.4", "@types/node-fetch": "^2.5.11" }, "scripts": { "start": "node out/src/index.js", "build": "tsc --build tsconfig.json" }, "keywords": [], "author": "TechGeekGamer", "license": "ISC" }