forked from HarjasSodhi/The-Social-Gamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 887 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": "the-social-gamer",
"version": "1.0.0",
"description": "This is a social media website for gamers to come together and share there high-scores and meet cool players like them.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"node server.js",
"heroku-postbuild":"NPM_CONFIG_PRODUCTION=false npm install --prefix my-bank && npm run build --prefix my-bank"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HarjasSodhi/The-Social-Gamer.git"
},
"author": "Rupin Vijan",
"license": "ISC",
"bugs": {
"url": "https://github.com/HarjasSodhi/The-Social-Gamer/issues"
},
"homepage": "https://github.com/HarjasSodhi/The-Social-Gamer#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12"
}
}