-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 958 Bytes
/
package.json
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
{
"name": "giftify",
"version": "1.0.0",
"description": "> Giftify is a user-friendly platform revolutionizing gifting. Users can easily create, share, and exchange wishlists for any occasion, fostering community engagement and enhancing the gifting experience. > Live demo [_here_](https://www.example.com).",
"main": "index.js",
"scripts": {
"install": "npm --prefix backend install backend",
"dev:backend": "npm install --prefix backend start",
"sequelize": "npm run --prefix backend sequelize",
"sequelize-cli": "npm run --prefix backend sequelize-cli",
"start": "npm start --prefix backend",
"build": "npm run --prefix backend build"
},
"keywords": [
"gift",
"wishlist",
"community",
"gifting",
"engagement"
],
"author": {
"name": "Ramon Barros",
"email": "[email protected]",
"url": "https://github.com/ramonpbarros"
},
"license": "Proprietary - All Rights Reserved"
}