-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 KB
/
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
28
29
30
31
32
33
34
35
36
37
{
"name": "postit-social",
"version": "1.0.0",
"description": "Postit is a social media app that lets users create and share posts containing text, images, video, and/or audio. Users can reply to posts and delete their own post-it replies. The app implements soft delete on all resources and sorts posts (post-its) by newest first.",
"main": "index.js",
"scripts": {
"start": "nodemon src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vicky140/Postit-social.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vicky140/Postit-social/issues"
},
"homepage": "https://github.com/vicky140/Postit-social#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cor": "^0.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.15.0",
"express.js": "^1.0.0",
"joi": "^17.8.3",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.1",
"nodemon": "^2.0.21",
"uuid": "^9.0.0"
},
"devDependencies": {}
}