forked from paypay/FullStackEngineerChallenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 808 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
{
"name": "fullstackengineerchallenge",
"version": "1.0.0",
"description": "This is an interview challengs. Please feel free to fork. Pull Requests will be ignored.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kion-dgl/FullStackEngineerChallenge.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kion-dgl/FullStackEngineerChallenge/issues"
},
"homepage": "https://github.com/kion-dgl/FullStackEngineerChallenge#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"sqlite3": "^5.0.0",
"uniqid": "^5.2.0",
"uuid": "^8.3.0"
}
}