-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 993 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
41
42
43
44
45
46
{
"name": "naija-faker",
"version": "1.3.7",
"description": "This package allows you to generate fake Nigerian data for use in your JavaScript projects.",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"test:badges": "npm run test && jest-coverage-badges"
},
"jest": {
"coverageReporters": [
"json-summary",
"text",
"lcov"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/onedebos/naija-faker.git"
},
"keywords": [
"nigerian",
"names",
"faker",
"naija-faker",
"dummy",
"nigerian",
"data",
"naija",
"nigerian",
"first",
"names",
"nigeria"
],
"author": "Adebola Adeniran",
"license": "MIT",
"bugs": {
"url": "https://github.com/onedebos/naija-faker/issues"
},
"homepage": "https://github.com/onedebos/naija-faker#readme",
"devDependencies": {
"codecov": "^3.7.1",
"jest": "^26.1.0",
"jest-coverage-badges": "^1.1.2"
}
}