-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.78 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@abstractapi/javascript-phone-validation",
"version": "1.0.1",
"description": "AbstractAPI Javascript Phone Validation Library - Wrapper to quickly start using the powerful AbstractAPI's Phone Validation service in your projects.",
"main": "index.js",
"scripts": {
"build": "webpack",
"build:lib": "npx babel src --out-dir lib",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abstractapi/javascript-phone-validation.git"
},
"keywords": [
"API",
"Abstract",
"Library",
"PhoneValidation",
"Wrapper",
"abstract",
"abstractapi",
"api",
"geolocation",
"ip",
"ip geolocation",
"library",
"phone-api",
"phone-authentication",
"phone-validation",
"phone-verification",
"javascript-library",
"verify-phone-numbers",
"wrapper"
],
"author": "Benjamin Bouchet <[email protected]> (https://abstractapi.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/abstractapi/javascript-phone-validation/issues"
},
"homepage": "https://github.com/abstractapi/javascript-phone-validation",
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"jest": "^26.6.3",
"regenerator-runtime": "^0.13.7",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@abstractapi/javascript-core": "1.x",
"fsevents": "^2.3.2"
},
"directories": {
"lib": "lib",
"test": "test"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}