-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 932 Bytes
/
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
{
"name": "chatter",
"description": "Chatter",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node .",
"dev": "npx node-sass --include-path sass ./scss/style.scss ./public/css/style.css && nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sintuz/Chatter.git"
},
"author": "Sintuz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sintuz/Chatter/issues"
},
"homepage": "https://github.com/Sintuz/Chatter#readme",
"dependencies": {
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^9.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"node-sass": "^6.0.0",
"node-telegram-bot-api": "^0.53.0",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-saml": "^2.0.5",
"socket.io": "^4.0.0",
"sync-mysql": "^3.0.1"
}
}