-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 825 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Saas-Back-end",
"version": "1.0.0",
"description": "This is a backend application that generates images based on user prompts. It uses a machine learning model and a collection of data to create unique images tailored to user input.",
"main": "app.js",
"scripts": {
"start": "node app",
"dev": "nodemon app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AchieveNL/Saas-Back-end.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AchieveNL/Saas-Back-end/issues"
},
"homepage": "https://github.com/AchieveNL/Saas-Back-end#readme",
"dependencies": {
"axios": "^1.4.0",
"express": "^4.18.2",
"openai": "^3.2.1",
"dotenv": "^16.0.3"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}