StalkingAId/backend/package.json
2023-01-11 23:44:08 +01:00

19 lines
424 B
JSON

{
"name": "nodejs",
"version": "1.0.0",
"description": "Backend of StalkingAId",
"main": "node.js",
"scripts": {
"dev": "npm run node.js"
},
"author": "Tobias Wasner",
"license": "GNU General Public License v3.0",
"repository": "https://github.com/wasnertobias/StalkingAId",
"dependencies": {
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"openai": "^3.1.0"
}
}