-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "soundcloudrapper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js",
"main": "nodemon main.js",
"mongod": "D:/MongoDB/bin/mongod.exe",
"mongo": "D:/MongoDB/bin/mongo.exe",
"mongoda": "C:/MongoDB/Server/4.2/bin/mongod.exe",
"mongoa": "C:/MongoDB/Server/4.2/bin/mongo.exe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andyyu8588/soundcloudrapper.git"
},
"author": "pwinss, icema, darknight",
"license": "ISC",
"bugs": {
"url": "https://github.com/andyyu8588/soundcloudrapper/issues"
},
"homepage": "https://github.com/andyyu8588/soundcloudrapper#readme",
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.25",
"multer": "^1.4.2",
"node-pre-gyp": "^0.15.0",
"socket.io": "^2.3.0",
"socketio-auth": "^0.1.1",
"typescript": "^3.9.5",
"underscore": "^1.10.2"
},
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-google": "^0.14.0",
"nodemon": "^2.0.4"
}
}