success
This commit is contained in:
13
package.json
13
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user