Rianofc commited on
Commit
80bd404
·
verified ·
1 Parent(s): 8ac3a35

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +7 -9
package.json CHANGED
@@ -1,18 +1,16 @@
1
  {
2
- "name": "spotify-downloader-api",
3
  "version": "1.0.0",
4
- "description": "REST API untuk mendownload lagu dari Spotify menggunakan spotdl",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js"
8
  },
 
 
9
  "dependencies": {
10
- "cors": "^2.8.5",
11
- "crypto": "^1.0.1",
12
  "express": "^4.18.2",
13
- "fs": "0.0.1-security",
14
- "path": "^0.12.7"
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
  }