Update package.json
Browse files- package.json +7 -9
package.json
CHANGED
|
@@ -1,18 +1,16 @@
|
|
| 1 |
{
|
| 2 |
-
"name": "spotify-downloader
|
| 3 |
"version": "1.0.0",
|
| 4 |
-
"description": "
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
"start": "node index.js"
|
| 8 |
},
|
|
|
|
|
|
|
| 9 |
"dependencies": {
|
| 10 |
-
"
|
| 11 |
-
"crypto": "^1.0.1",
|
| 12 |
"express": "^4.18.2",
|
| 13 |
-
"
|
| 14 |
-
|
| 15 |
-
},
|
| 16 |
-
"author": "Your Name",
|
| 17 |
-
"license": "MIT"
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "spotify-downloader",
|
| 3 |
"version": "1.0.0",
|
| 4 |
+
"description": "Spotify downloader dengan node-cache untuk short token dan endpoint info sistem",
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
"start": "node index.js"
|
| 8 |
},
|
| 9 |
+
"author": "",
|
| 10 |
+
"license": "ISC",
|
| 11 |
"dependencies": {
|
| 12 |
+
"axios": "^1.3.5",
|
|
|
|
| 13 |
"express": "^4.18.2",
|
| 14 |
+
"node-cache": "^5.1.2"
|
| 15 |
+
}
|
|
|
|
|
|
|
|
|
|
| 16 |
}
|