-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.58 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "image-gallery",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "ts-node-dev server/index.ts"
},
"keywords": [],
"author": "Ryan Fogle",
"license": "ISC",
"dependencies": {
"async": "^3.2.1",
"bcrypt": "^5.0.1",
"cheerio": "*",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"get-urls": "^10.0.1",
"google-auth-library": "^7.10.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.1.3",
"mongoose": "^6.0.11",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"node": "^16.11.1",
"node-fetch": "^3.0.0",
"nodemailer": "^6.7.0",
"nodemon": "^2.0.13"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cheerio": "^0.22.30",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/get-urls": "^9.1.3",
"@types/jsonwebtoken": "^8.5.5",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"@types/morgan": "^1.9.3",
"@types/multer": "^1.4.7",
"@types/node": "^16.10.3",
"@types/node-fetch": "^3.0.3",
"@types/nodemailer": "^6.4.4",
"@types/nodemon": "^1.19.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RMFogle/image-gallery.git"
},
"bugs": {
"url": "https://github.com/RMFogle/image-gallery/issues"
},
"homepage": "https://github.com/RMFogle/image-gallery#readme",
"description": ""
}