-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.08 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
50
{
"name": "twitter_analytics",
"version": "1.0.2",
"description": "pwm-project-2022",
"main": "index.js",
"scripts": {
"devStart": "nodemon server.js"
},
"nodemonConfig": {
"ignore": [
"*.json"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/samdsk/lab-pwm.git"
},
"keywords": [
"twitter",
"analytics"
],
"author": "Sameera Kaluwaduge",
"license": "ISC",
"bugs": {
"url": "https://github.com/samdsk/lab-pwm/issues"
},
"homepage": "https://github.com/samdsk/lab-pwm#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-session": "^1.17.3",
"genid": "^0.1.0",
"helmet": "^6.0.0",
"jsonwebtoken": "^9.0.0",
"md5": "^2.3.0",
"mongoose": "^6.7.3",
"node-fetch": "^2.6.9",
"nodemailer": "^6.9.1",
"npm": "^9.6.0",
"twitter-api-v2": "^1.12.9"
},
"devDependencies": {
"dotenv": "^16.0.3",
"nodemon": "^2.0.22"
}
}