-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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
{
"name": "beep-api",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"start": "ts-node app.ts",
"dev": "nodemon app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eventbeep/beep-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eventbeep/beep-api/issues"
},
"homepage": "https://github.com/eventbeep/beep-api#readme",
"dependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.178",
"@types/morgan": "^1.9.3",
"@types/multer": "^1.4.7",
"aws-sdk": "^2.1069.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^15.0.0",
"express": "^4.17.2",
"fs": "^0.0.1-security",
"helmet": "^5.0.2",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongodb": "^4.3.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"ts-node": "^10.4.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}