-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 874 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 874 Bytes
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": "nodemailapi",
"version": "1.0.0",
"description": "Sample test project",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renjthmails/nodemailapi.git"
},
"keywords": [
"nodemailapi"
],
"author": "Renjith R",
"license": "ISC",
"bugs": {
"url": "https://github.com/renjthmails/nodemailapi/issues"
},
"homepage": "https://github.com/renjthmails/nodemailapi#readme",
"dependencies": {
"@sendgrid/mail": "^7.1.1",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^15.0.0",
"index.js": "0.0.3",
"jasmine-node": "^3.0.0",
"jasmine-xml-reporter": "^1.2.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"jasmine": "^3.5.0",
"jasmine-pretty-html-reporter": "^0.2.5"
}
}