-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 844 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 844 Bytes
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
31
32
{
"name": "daily-coding-times",
"version": "1.0.0",
"description": "daily coding times",
"main": "index.js",
"scripts": {
"dev": "nodemon api/index.js",
"start": "node api/index.js"
},
"author": "soeun",
"license": "ISC",
"dependencies": {
"@google-cloud/firestore": "^7.9.0",
"@octokit/rest": "^21.0.0",
"@vercel/analytics": "^1.3.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase": "^10.12.3",
"jsdom": "^24.1.0",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.4",
"octokit": "^4.0.2",
"openai": "^4.52.0",
"spotify-web-api-node": "^5.0.2",
"vercel": "^34.3.1",
"ytmusic-api": "^5.2.1"
},
"type": "module",
"devDependencies": {
"globals": "^15.8.0"
}
}