Rianofc commited on
Commit
d71767d
·
verified ·
1 Parent(s): 8e9dc65

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +18 -0
package.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "spotify-downloader-api",
3
+ "version": "1.0.0",
4
+ "description": "REST API untuk mendownload lagu dari Spotify menggunakan spotdl",
5
+ "main": "server.js",
6
+ "scripts": {
7
+ "start": "node server.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
+ }