exchanges-rfb
Version:
Lib to format data to IN 1888 from Receita Federal do Brasil.
39 lines (38 loc) • 841 B
JSON
{
"name": "exchanges-rfb",
"version": "0.2.1",
"description": "Lib to format data to IN 1888 from Receita Federal do Brasil.",
"main": "index.js",
"module": "main.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Biscoint/exchanges-rfb.git"
},
"keywords": [
"receita",
"federal",
"rfb",
"in1888",
"exchanges"
],
"author": "biscoint",
"license": "MIT",
"bugs": {
"url": "https://github.com/Biscoint/exchanges-rfb/issues"
},
"homepage": "https://github.com/Biscoint/exchanges-rfb",
"dependencies": {
"cpf-cnpj-validator": "^0.1.0",
"esm": "^3.2.25",
"moment": "^2.24.0",
"moment-timezone": "^0.5.33",
"simpl-schema": "^1.5.5"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.3"
}
}