-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 812 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
{
"name": "nodejs-hackernews-clone",
"version": "1.0.0",
"description": "Under Construction ...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sina-yeganeh/nodejs-hackernews-clone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sina-yeganeh/nodejs-hackernews-clone/issues"
},
"homepage": "https://github.com/sina-yeganeh/nodejs-hackernews-clone#readme",
"dependencies": {
"@types/ejs": "^3.0.7",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/mysql": "^2.15.19",
"@types/node": "^16.4.10",
"ejs": "^3.1.6",
"express": "^4.17.1",
"mysql": "^2.18.1"
}
}