-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 929 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 929 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
33
34
35
36
37
38
{
"name": "mockup",
"version": "1.0.0",
"description": "**I think you should read my blog post regarding this, [click here](https://ifkash.hashnode.dev/imagemagick-product-mockups)**",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "node test_client.js",
"build": "echo 'No build step required for this project'",
"lint": "echo 'No linting configured'"
},
"keywords": [
"mockup",
"api",
"imagemagick",
"product",
"generator"
],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"form-data": "^4.0.0",
"helmet": "^7.1.0",
"jimp": "^0.22.12",
"multer": "^2.0.0",
"node-fetch": "^3.3.2",
"sharp": "^0.34.3",
"archiver": "^7.0.1"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}