summary refs log tree commit diff
path: root/src-slowcord/bot/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src-slowcord/bot/package.json')
-rw-r--r--src-slowcord/bot/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src-slowcord/bot/package.json b/src-slowcord/bot/package.json
new file mode 100644

index 00000000..847cef09 --- /dev/null +++ b/src-slowcord/bot/package.json
@@ -0,0 +1,18 @@ +{ + "name": "bot", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "build": "tsc -b", + "start": "node build/index.js" + }, + "author": "", + "license": "ISC", + "dependencies": { + "@fosscord/util": "file:../../util", + "fosscord-gopnik": "^1.0.0", + "mysql": "^2.18.1", + "typescript": "^4.7.4" + } +}