-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 807 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 807 Bytes
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
{
"name": "isa-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Interview-Study-Aid/ISA-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Interview-Study-Aid/ISA-server/issues"
},
"homepage": "https://github.com/Interview-Study-Aid/ISA-server#readme",
"dependencies": {
"@shelf/jest-dynamodb": "^1.7.0",
"aws-sdk": "^2.771.0",
"base-64": "^0.1.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"heroku-logger": "^0.3.3",
"jest": "^26.5.3",
"js-sha256": "^0.9.0",
"jsonwebtoken": "^8.5.1"
}
}