1 files changed, 17 insertions, 0 deletions
diff --git a/slowcord/bot/package.json b/slowcord/bot/package.json
new file mode 100644
index 00000000..00f674d5
--- /dev/null
+++ b/slowcord/bot/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "bot",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "build": "tsc -b",
+ "start": "node build/index.js"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "fosscord-gopnik": "^1.0.0",
+ "typescript": "^4.7.4"
+ },
+ "type": "module"
+}
\ No newline at end of file
|