-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
39 lines (39 loc) · 850 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
{
"name": "@mrmgomes/boleto-utils",
"version": "1.2.0",
"description": "Biblioteca com funções úteis para a validação de todos os tipos de boleto",
"main": "./src/boleto-utils.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrmgomes/boleto-utils.git"
},
"keywords": [
"boleto",
"boletos",
"conta",
"convenio",
"arrecadacao",
"codigo",
"barras",
"linha",
"digitavel",
"mrmgomes",
"javascript"
],
"author": "Marcelo Gomes",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrmgomes/boleto-utils/issues"
},
"homepage": "https://github.com/mrmgomes/boleto-utils#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.1"
},
"dependencies": {
"moment-timezone": "^0.5.31"
}
}