mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-01-18 16:37:40 +01:00
24 lines
487 B
JSON
24 lines
487 B
JSON
{
|
|
"name": "getting-started",
|
|
"version": "1.0.0",
|
|
"description": "Discord example app",
|
|
"main": "app.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"register": "node commands.js",
|
|
"dev": "nodemon app.js"
|
|
},
|
|
"author": "Shay DeWael",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"discord-interactions": "^3.2.0",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"node-fetch": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15"
|
|
}
|
|
}
|