rewrite init + member count api
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "gractwo-bot",
|
||||
"version": "0xDEADBEEF",
|
||||
"description": "The premier bot for Gractwo's discord operations.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"start": "tsc && node .",
|
||||
"build": "tsc",
|
||||
"serve": "node .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gractwo/bot.git"
|
||||
},
|
||||
"author": "gractwo team",
|
||||
"license": "UNLICENSED",
|
||||
"bugs": {
|
||||
"url": "https://github.com/gractwo/bot/issues"
|
||||
},
|
||||
"homepage": "https://github.com/gractwo/bot#readme",
|
||||
"dependencies": {
|
||||
"@types/express": "^4.17.15",
|
||||
"discord.js": "^14.7.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"typescript": "^4.9.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user