Files
discord-cli/package.json
2021-11-09 23:38:07 -06:00

27 lines
539 B
JSON

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