-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 946 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
31
32
{
"name": "playlist-data-scratch",
"version": "1.0.0",
"description": "Ever wondered how long it would exactly take to complete the longest playlist on YouTube? We have got just the right thing for you! Up until now, there was no way (officially) to check the Duration or Length of any playlist.",
"main": "app.js",
"engines": {
"node": "16.15.0"
},
"scripts": {
"start": "node app.js",
"build": "npm i",
"test": "react-scripts test --env=jsdom"
},
"author": "Priyam Raj",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"serve": "^13.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/priyam-raj/playlist-data.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/priyam-raj/playlist-data/issues"
},
"homepage": "https://github.com/priyam-raj/playlist-data#readme"
}