-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "cuddly-goggles",
"version": "1.0.0",
"description": "APIs to start a SAAS project",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest test",
"coverage": "jest --collectCoverageFrom=test/**.js --coverage",
"dev": "nodemon index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maisnamraju/cuddly-goggles.git"
},
"keywords": [
"SAAS",
"starter",
"kit",
"nodejs",
"SAAS",
"mongodb",
"stripe"
],
"author": "[email protected] <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/maisnamraju/cuddly-goggles/issues"
},
"homepage": "https://github.com/maisnamraju/cuddly-goggles#readme",
"dependencies": {
"fastify": "^2.3.0",
"handlebars": "^4.1.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.4",
"nodemailer": "^6.1.1"
},
"devDependencies": {
"dotenv": "^8.0.0",
"jest": "^24.8.0",
"nodemon": "^1.19.0"
}
}