mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-01-18 16:37:40 +01:00
22 lines
434 B
JSON
22 lines
434 B
JSON
{
|
|
"name": "getting-started",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Shay DeWael",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"discord-interactions": "^3.2.0",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"node-fetch": "^3.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15"
|
|
}
|
|
}
|