-
-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
55 lines (55 loc) · 1.4 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
{
"name": "google-libphonenumber",
"version": "3.2.36",
"description": "The up-to-date and reliable Google's libphonenumber package for node.js.",
"author": {
"name": "Rui Marinho",
"email": "[email protected]"
},
"license": "(MIT AND Apache-2.0)",
"homepage": "https://ruimarinho.github.io/google-libphonenumber/",
"bugs": "https://github.com/ruimarinho/google-libphonenumber/issues",
"repository": {
"type": "git",
"url": "https://github.com/ruimarinho/google-libphonenumber.git"
},
"main": "dist/libphonenumber.js",
"keywords": [
"browserify",
"e164",
"format",
"formatting",
"international",
"libphonenumber",
"number",
"phone",
"phonenumber",
"rfc3966",
"standardize",
"wrapper"
],
"options": {
"mocha": "--require should test"
},
"scripts": {
"build": "bin/build.sh",
"lint": "eslint src/index.js test",
"prepare": "npm run build",
"test": "npm run build && npm run testonly",
"testonly": "mocha $npm_package_options_mocha",
"update": "bin/update.sh",
"version": "npm run build && git add -A dist"
},
"devDependencies": {
"browserify": "^13.1.0",
"eslint": "^7.13.0",
"google-closure-compiler": "^20201102.0.1",
"google-closure-library": "^20201006.0.0",
"mocha": "^8.2.1",
"should": "^11.1.0"
},
"engines": {
"node": ">=0.10"
},
"sideEffects": false
}