first commit
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "newbotdiscord",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node build/index.js",
|
||||
"dev": "concurrently \"tsc -w\" \"nodemon build/index.js\"",
|
||||
"update:commands": "tsc && node build/deploy-commands.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@discordjs/rest": "^1.0.0",
|
||||
"axios": "^0.27.2",
|
||||
"discord-api-types": "^0.36.2",
|
||||
"discord.js": "^13.3.1",
|
||||
"dotenv": "^16.0.1",
|
||||
"express": "^4.18.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"concurrently": "^7.2.2",
|
||||
"nodemon": "^2.0.19",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user