summary refs log tree commit diff
path: root/slowcord/bot/package.json
blob: 00f674d5d3273ce0229b1dc9cb5403defca0cb1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
}