-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
46
47
48
{
"name": "election-api",
"version": "1.0.0",
"description": "This an api for Nigerian election, which will ccommprise of presidential, governorship, house of representative, and senate",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BigYusuf/election.git"
},
"keywords": [
"api",
"election",
"election-api"
],
"author": "BigYusufff- mystik5551@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/BigYusuf/election/issues"
},
"homepage": "https://github.com/BigYusuf/election#readme",
"dependencies": {
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.11",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^6.5.1",
"helmet": "^5.1.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.4",
"xlsx": "^0.18.5",
"xss-clean": "^0.1.1"
},
"engines": {
"node": "16.x"
},
"devDependencies": {
"jest": "^28.1.3",
"supertest": "^6.2.4"
}
}