mirror of
https://github.com/wasnertobias/StalkingAId.git
synced 2025-10-16 11:55:43 +00:00
19 lines
424 B
JSON
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"
|
|
}
|
|
}
|