-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 963 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": "@zrpaplicacoes/br-dfe-validator",
"version": "0.1.4",
"description": "A small and simple library to validate and work with DFE's in Brazil",
"main": "index.js",
"keywords": [
"chave-de-acesso",
"dfe",
"nfe",
"cte",
"sefaz",
"validation",
"access-key",
"validação"
],
"scripts": {
"test": "jest",
"build": "babel src -d dist",
"deploy": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "[email protected]:zrpaplicacoes/br-dfe-validator.git.git"
},
"bugs": {
"url": "[email protected]:zrpaplicacoes/br-dfe-validator.git/issues"
},
"homepage": "[email protected]:zrpaplicacoes/br-dfe-validator.git#readme",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/preset-env": "^7.22.10",
"git-cz": "^4.9.0",
"jest": "^29.6.1"
},
"dependencies": {
}
}