This commit is contained in:
2021-11-09 23:38:07 -06:00
parent 3be766dfde
commit 6aaac56035
6 changed files with 676 additions and 78 deletions

View File

@@ -4,20 +4,23 @@
"description": "discord but as a shell",
"main": "target/index.js",
"scripts": {
"start": "ts-node src/index.ts"
"start": "node .",
"debug": "ts-node src/index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git@git.zomo.dev:zomo/discord-cli.git"
"url": "git@git.zomo.dev:zomo/index.git"
},
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@types/node": "^16.11.6",
"@types/node": "^16.11.7",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"tslib": "^2.3.1"
"tslib": "^2.3.1",
"typescript": "^4.4.4"
},
"dependencies": {
"discord.js": "^13.3.1"
}
}