1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 09:41:35 +02:00
server/src-slowcord/bot/package.json
2022-09-26 15:59:13 +10:00

19 lines
323 B
JSON

{
"name": "bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc -b",
"start": "node build/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"fosscord-server": "file:../..",
"fosscord-gopnik": "^1.0.0",
"mysql": "^2.18.1",
"typescript": "^4.7.4"
}
}