-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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
47
48
49
{
"name": "ATMOS",
"version": "0.2.5",
"description": "Plataforma web para la creación de playlists dinámicos en grupos sociales",
"engines": {
"node": "v20.2.0"
},
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"lint": "npx eslint --ext .js src --fix"
},
"dependencies": {
"axios": "^1.4.0",
"body-parser": "*",
"client-sessions": "^0.8.0",
"cookie-parser": "*",
"ejs": "3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"fs": "*",
"http-delayed-response": "0.0.4",
"idle-timer": "^1.2.0",
"logger": "*",
"method-override": "^3.0.0",
"morgan": "*",
"neo4j-driver": "*",
"newrelic": "^10.3.0",
"sanitize-html": "^2.10.0",
"shuffle-array": "^1.0.1",
"socket.io": "^4.6.2",
"spotify-web-api-node": "^5.0.2",
"supercolliderjs": "*"
},
"repository": {
"type": "git",
"url": "https://git.heroku.com/proyecto-techclub.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"devDependencies": {
"eslint": "^8.43.0",
"nodemon": "^2.0.22"
}
}