diff --git a/package.json b/package.json new file mode 100644 index 0000000..a2f1189 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "thirteenth-friend", + "version": "0.0.1", + "description": "", + "main": "app.js", + "type": "module", + "scripts": { + "start": "node app.js", + "dev": "nodemon app.js" + }, + "author": "Eryn Wells", + "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" + } +} +