summary refs log tree commit diff
path: root/src-slowcord/bot/package.json
blob: 454f84cb869f27b9fdc9cf90e91342b74e868f4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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-server": "file:../..",
		"fosscord-gopnik": "^1.0.0",
		"mysql": "^2.18.1",
		"typescript": "^4.7.4"
	}
}