-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "pract",
"version": "1.0.0",
"description": "",
"main": "COvin.js",
"dependencies": {
"@types/bluebird": "^3.5.35",
"@types/express": "^4.17.11",
"@types/got": "^9.6.11",
"@types/moment": "^2.13.0",
"@types/mongodb": "^3.6.14",
"@types/node": "^15.3.0",
"@types/nodemailer": "^6.4.1",
"awesome-typescript-loader": "^5.2.1",
"bluebird": "^3.7.2",
"express": "^4.17.1",
"got": "^11.8.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongodb": "^3.6.6",
"nodemailer": "^6.6.0",
"source-map-loader": "^2.0.2",
"ts-loader": "^9.2.1"
},
"devDependencies": {},
"scripts": {
"test": "node ./dist/COvin.js",
"start": "node ./dist/server.js",
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhashkumar/CowinNotification.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abhashkumar/CowinNotification/issues"
},
"homepage": "https://github.com/abhashkumar/CowinNotification#readme"
}