-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 828 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
{
"name": "convertngnum",
"version": "2.1.1",
"description": "This helps you convert phone numbers to nigerian phone numbers at an API level",
"main": "index.js",
"scripts": {
"test": "CI=true jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inidaname/convertngnum.git"
},
"keywords": [
"Nigeria",
"Phone",
"Number",
"Convert",
"+234"
],
"author": {
"name": "Ahmad Abdulaziz",
"url": "https://github.com/devamaz"
},
"contributors": [
{
"name": "Hassan Sani",
"url": "https://github.com/inidaname"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/inidaname/convertngnum/issues"
},
"homepage": "https://github.com/inidaname/convertngnum#readme",
"devDependencies": {
"jest": "^27.2.1"
}
}