forked from rohittp0/Punarjani
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1010 Bytes
/
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
{
"name": "punarjani",
"type": "module",
"version": "1.0.0",
"description": "Find Cowin vaccination slots near you ASAP !! ",
"repository": {
"url": "https://github.com/rohittp0/Punarjani.git"
},
"engines": {
"node": "16.x"
},
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"lint": "node ./node_modules/eslint/bin/eslint.js --color ./src",
"fix": "node ./node_modules/eslint/bin/eslint.js --color --fix ./src",
"watch": "node ./node_modules/nodemon/bin/nodemon -r dotenv/config src/index.js",
"test": "echo \"No tests specified\""
},
"keywords": [
"BFH",
"NodeJS",
"CoWin",
"Corona virus",
"punarjani"
],
"author": "Rohit T P, Sanu Mohammed, Sunith V S",
"license": "ISC",
"devDependencies": {
"dotenv": "^9.0.2",
"eslint": "^7.26.0",
"nodemon": "^2.0.7"
},
"dependencies": {
"axios": "^0.21.1",
"discord.js": "^12.5.3",
"firebase-admin": "^9.8.0",
"node-cache": "^5.1.2"
}
}