-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 974 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
{
"name": "nigeria_states_towns_lgas",
"version": "1.0.0",
"description": "Nigeria State, Towns and LGAs",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"dev": "nodemon server.js localhost 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bensonarafat/nigeria_states_towns_lgas.git"
},
"keywords": [
"Nigeria",
"States",
"Cities",
"Towns",
"LGAs",
"API",
"REST",
"API"
],
"author": "Benson Arafat",
"license": "ISC",
"bugs": {
"url": "https://github.com/bensonarafat/nigeria_states_towns_lgas/issues"
},
"homepage": "https://github.com/bensonarafat/nigeria_states_towns_lgas#readme",
"dependencies": {
"@netlify/functions": "^2.0.2",
"@types/express": "^4.17.17",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"mongoose": "^7.4.4",
"serverless-http": "^3.2.0"
}
}