-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 844 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
28
29
30
31
{
"name": "dripanime",
"version": "1.0.0",
"description": "Online Anime clothing webstore",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js",
"build": "npm install express nodemon mongoose bcryptjs jsonwebtoken"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prathmesh-ka-github/DripAnime.git"
},
"author": "prathmesh kale",
"license": "LICENSE",
"bugs": {
"url": "https://github.com/prathmesh-ka-github/DripAnime/issues"
},
"homepage": "https://github.com/prathmesh-ka-github/DripAnime#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.2.3"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}