-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.69 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "gamifyhouseworks",
"version": "1.0.0",
"description": "Gamify your boring chores and super boring HouseWorks!!!",
"main": "app.ts",
"scripts": {
"start": "ts-node app.ts",
"heroku-postbuild": "cd client && npm install && npm run build",
"dev": "ts-node-dev app.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilvenLEAF/GamifyHouseWorks.git"
},
"keywords": [
"SilvenLEAF",
"Gamify",
"Houseworks",
"GamifyHouseWorks",
"GamifyHouseWorksAPP"
],
"author": "SilvenLEAF",
"license": "MIT",
"bugs": {
"url": "https://github.com/SilvenLEAF/GamifyHouseWorks/issues"
},
"homepage": "https://github.com/SilvenLEAF/GamifyHouseWorks#readme",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cookie-session": "^2.0.42",
"@types/express": "^4.17.9",
"@types/mongoose": "^5.10.3",
"@types/node": "^14.14.13",
"@types/nodemailer": "^6.4.0",
"@types/passport": "^1.0.4",
"@types/passport-github": "^1.1.5",
"@types/passport-google-oauth20": "^2.0.4",
"@types/passport-linkedin-oauth2": "^1.5.1",
"@types/passport-local": "^1.0.33",
"bcryptjs": "^2.4.3",
"chalk": "^4.1.0",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"mongoose": "^5.11.8",
"nodemailer": "^6.4.17",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^2.0.0",
"passport-linkedin-oauth2": "^2.0.0",
"passport-local": "^1.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.6",
"ts-node-dev": "^1.1.1"
}
}