-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 785 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express-session": "^1.18.0",
"openai": "^4.29.2",
"readline": "^1.3.0",
"spotify-web-api-node": "^5.0.2"
},
"name": "api-project-bahja-and-adriana",
"description": "A project building a dynamic web application that queries at least two APIs and presents useful and/or interesting information to the user. We will be using Node.js and Express, which will involve serving a static web page, creating JSON endpoints, and generating dynamic content through both server-side and client-side code.",
"version": "1.0.0",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}