-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1010 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
39
40
41
42
43
{
"name": "pixkey",
"version": "2.0.0",
"description": "Identify, validate, format and normalize a Pix key type from a string",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jesobreira/pixkey.git"
},
"keywords": [
"pix",
"bacen",
"banco",
"central",
"banco",
"real",
"dinheiro",
"brasil",
"chave"
],
"author": "Jefrey S. Santos <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jesobreira/pixkey/issues"
},
"homepage": "https://github.com/jesobreira/pixkey#readme",
"dependencies": {
"email-validator": "^2.0.4",
"js-brasil": "^2.4.6",
"libphonenumber-js": "^1.9.38",
"uuid-validate": "0.0.3"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"mocha": "^8.4.0"
}
}