-
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) · 1 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 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
{
"name": "made-store",
"version": "1.0.0",
"description": "> **Modular Server-Rendered E-commerce App** \r > Built for **MadePetal Clinic & Spa** using **Express**, **Handlebars**, **Sequelize (Postgres)**, **Multer**, **Cloudinary**, and **Passport (Local Auth)** — all structured in modular domains for clarity and scalability.",
"homepage": "https://github.com/Simon-FOS/made-store#readme",
"bugs": {
"url": "https://github.com/Simon-FOS/made-store/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Simon-FOS/made-store.git"
},
"license": "MIT",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"dependencies": {
"@nathius262/nexusjs": "^0.0.22",
"axios": "^1.13.2",
"multer": "^2.0.2",
"multer-storage-cloudinary": "^4.0.0",
"pg": "^8.16.3",
"slugify": "^1.6.6"
},
"devDependencies": {
"nodemon": "^3.1.11"
}
}