This repository has been archived by the owner on May 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.56 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "nigeriaapi",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node api/bin/www",
"dev": "nodemon api/bin/www",
"test": "mocha --timeout 10000 api/test/* --exit",
"lint-md": "remark ."
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/WuraLab/NigeriaApi.git"
},
"engines": {
"node": "10.x"
},
"keywords": [
"NigeriaAPi",
"nigeria",
"heroku"
],
"author": "wuralab",
"license": "ISC",
"bugs": {
"url": "https://github.com/WuraLab/NigeriaApi/issues"
},
"homepage": "https://github.com/WuraLab/NigeriaApi#readme",
"dependencies": {
"@bayoopesanya/findenv": "^1.0.5",
"@hapi/joi": "^17.1.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"nodemailer": "^6.4.10",
"nodemailer-smtp-transport": "^2.7.4",
"nunjucks": "^3.2.1",
"pg": "^8.2.1",
"pg-hstore": "^2.3.3",
"remark-cli": "^8.0.0",
"remark-lint": "^7.0.1",
"remark-preset-lint-recommended": "^4.0.1",
"sequelize": "^6.2.4",
"sequelize-cli": "^6.1.0",
"supertest": "^4.0.2"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"mocha": "^8.0.1",
"superagent": "^5.2.2",
"serialize-javascript": ">=3.1.0"
}
}