spacebar/slowcord/bot/package.json
2022-07-09 13:48:22 +10:00

17 lines
284 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-gopnik": "^1.0.0",
"typescript": "^4.7.4"
},
"type": "module"
}