-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.52 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
{
"name": "api",
"version": "1.0.0",
"description": "Free, safe, and secure image hosting provider for everyone!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "npx nodemon index.js",
"build": "npx tailwindcss -i ./public/style.css -o ./public/build.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.1",
"chalk": "^3.0.0",
"connect-mongo": "^3.2.0",
"cors": "^2.8.5",
"dotenv": "^14.3.2",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-session": "^1.17.2",
"fs-extra": "^9.0.1",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"mongoose": "^6.2.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"passport-github": "^1.1.0",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"passport-snapchat": "^1.0.0",
"passport-spotify": "^2.0.0",
"passport-twitch": "^1.0.3",
"path": "^0.12.7",
"yourid": "^1.2.3"
},
"devDependencies": {
"node": "^16.13.2",
"tailwindcss": "^3.0.23"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lassv/imagemagik.git"
},
"bugs": {
"url": "https://github.com/lassv/imagemagik/issues"
},
"homepage": "https://github.com/lassv/imagemagik#readme"
}