yashxx07 commited on
Commit
80915b5
1 Parent(s): 17f258e

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +20 -21
package.json CHANGED
@@ -1,21 +1,20 @@
1
- {
2
- "name": "sum-api",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "author": "",
10
- "license": "ISC",
11
- "live": "nodemon server.js",
12
- "dependencies": {
13
- "dotenv": "^16.4.5",
14
- "express": "^4.19.2",
15
- "live-server": "^1.2.2",
16
- "nodemailer": "^6.9.13",
17
- "pg": "^8.11.5",
18
- "postgres": "^3.4.4",
19
- "rss-parser": "^3.13.0"
20
- }
21
- }
 
1
+ {
2
+ "name": "sum-api",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "dotenv": "^16.4.5",
13
+ "express": "^4.19.2",
14
+ "live-server": "^1.2.2",
15
+ "nodemailer": "^6.9.13",
16
+ "pg": "^8.11.5",
17
+ "postgres": "^3.4.4",
18
+ "rss-parser": "^3.13.0"
19
+ }
20
+ }