forked from sbstiane46/liri-node-app
-
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) · 731 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 731 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": "liri-node-app",
"version": "1.0.0",
"description": "liri",
"main": "index.js",
"scripts": {
"test": " "
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbstiane46/liri-node-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sbstiane46/liri-node-app/issues"
},
"homepage": "https://github.com/sbstiane46/liri-node-app#readme",
"dependencies": {
"axios": "^0.19.0",
"dotenv": "^8.0.0",
"fs": "0.0.1-security",
"inquirer": "^6.5.1",
"moment": "^2.24.0",
"node-spotify-api": "^1.1.1",
"request": "^2.88.0",
"requirer": "0.0.4",
"spotify": "^0.3.0"
},
"devDependencies": {},
"keywords": []
}