Files
flopobot_v2/package.json
2022-04-01 17:27:39 -07:00

22 lines
419 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": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"discord-interactions": "^3.1.0",
"dotenv": "^16.0.0",
"express": "^4.17.3"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}