-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 819 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
{
"name": "@jaood/phone-numbers",
"version": "3.0.1",
"private": false,
"description": "JS module to process phone numbers i.e. formatting, recognizing countries and operators and so on",
"repository": {
"type": "git",
"url": "https://github.com/JaoodxD/phone-numbers"
},
"main": "phone-numbers.js",
"types": "phone-numbers.d.ts",
"scripts": {
"test": "standard && node --test",
"fix": "standard --fix"
},
"keywords": [
"phone",
"number",
"formatting",
"recognition",
"local operators"
],
"homepage": "https://github.com/JaoodxD/phone-numbers#readme",
"bugs": {
"url": "https://github.com/JaoodxD/phone-numbers/issues"
},
"author": "Maksym Shenderuk <[email protected]>",
"license": "MIT",
"devDependencies": {
"standard": "^17.1.0"
}
}