UNPKG

1.28 kBJSONView Raw
1{
2 "name": "awesome-phonenumber",
3 "description": "Google's libphonenumber pre-compiled with the closure compiler",
4 "license": "MIT",
5 "version": "2.43.0",
6 "author": "Gustaf Räntilä <g.rantila@gmail.com>",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/grantila/awesome-phonenumber.git"
10 },
11 "main": "./index.js",
12 "types": "./index.d.ts",
13 "scripts": {
14 "build": "node_modules/.bin/gulp",
15 "test": "scripts/test.sh",
16 "cz": "git-cz",
17 "semantic-release": "semantic-release"
18 },
19 "pre-commit": [
20 "test"
21 ],
22 "files": [
23 "lib",
24 "index.js",
25 "index.d.ts"
26 ],
27 "keywords": [
28 "libphonenumber",
29 "phonenumber",
30 "phone",
31 "number",
32 "closure",
33 "web",
34 "browser",
35 "browserify",
36 "awesome"
37 ],
38 "devDependencies": {
39 "@types/mkdirp": "^1.0.1",
40 "@types/mocha": "8.0.3",
41 "chai": "4.x",
42 "commitizen": "^4.2.1",
43 "cz-conventional-changelog": "^3.3.0",
44 "google-closure-compiler": "20171023.0.1",
45 "gulp": "4.0.2",
46 "mkdirp": "1.0.4",
47 "mocha": "8.1.3",
48 "pre-commit": "1.x",
49 "replace": "1.2.0",
50 "rimraf-promise": "2.x",
51 "typescript": "^4.0.3"
52 },
53 "config": {
54 "commitizen": {
55 "path": "./node_modules/cz-conventional-changelog"
56 }
57 }
58}