@develable/rutapbot-d20
Version:
[KR] Rutap Bot will makes your discord life better!
37 lines (36 loc) • 890 B
JSON
{
"name": "@develable/rutapbot-d20",
"version": "0.0.1",
"description": "[KR] Rutap Bot will makes your discord life better!",
"main": "dist/rutap.js",
"scripts": {
"devDown": "npm install -D",
"test": "ts-node src/rutap.ts",
"build": "tsc --project tsconfig.json",
"start": "node dist/rutap.js",
"runSV": "supervisor dist/rutap.js"
},
"keywords": [
"Develable",
"Discord",
"Discord-bot",
"Chatbot",
"TypeScript",
"Rutap"
],
"author": "HwaHyang, Tilto of Develable",
"license": "GPL-3.0",
"devDependencies": {
"@types/express": "^4.17.7",
"@types/node": "^14.0.6",
"supervisor": "^0.12.0",
"ts-node": "^8.10.2",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
},
"dependencies": {
"discord.js": "^12.2.0",
"express": "^4.17.1",
"moment": "^2.27.0"
}
}