falcotura-atv-sdk
Version:
Librería (SDK) de Javascript/NodeJS para acceder al API de Administración Tributaria Virtual (ATV) del Ministerio de Hacienda.
74 lines • 2.3 kB
JSON
{
"name": "falcotura-atv-sdk",
"version": "1.0.0-alpha",
"description": "Librería (SDK) de Javascript/NodeJS para acceder al API de Administración Tributaria Virtual (ATV) del Ministerio de Hacienda.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"directories": {
"doc": "doc",
"example": "examples",
"test": "__test__"
},
"scripts": {
"test": "npx jest --no-coverage",
"test:cov": "npx jest",
"type:check": "tsc --noEmit",
"dev": "dotenv -- nodemon -e ts,graphql -x 'yarn lint & ts-node -r tsconfig-paths/register src/index.ts'",
"build": "rimraf dist && tspc -p tsconfig-prod.json",
"lint": "eslint --ext .ts, --ignore-path .gitignore .",
"test:createAndSend": "yarn ts-node -r tsconfig-paths/register --require dotenv/config examples/createAndSend.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facturacr/facturar-costa-rica-lib.git"
},
"keywords": [
"factura",
"hacienda"
],
"author": "Minor Arrieta",
"license": "MIT",
"bugs": {
"url": "https://github.com/facturacr/facturar-costa-rica-lib/issues"
},
"homepage": "https://github.com/facturacr/facturar-costa-rica-lib#readme",
"devDependencies": {
"@types/jest": "^29.5",
"@types/node": "^14.14.39",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"dotenv-cli": "^4.0.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.7",
"jest-xml-matcher": "^1.2.0",
"nodemon": "^2.0.19",
"rimraf": "^6.0.1",
"ts-jest": "^29.1",
"ts-node": "10.9.1",
"ts-patch": "^3.1.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.4",
"typescript-transform-paths": "^3.4.7"
},
"dependencies": {
"@peculiar/webcrypto": "^1.1.6",
"axios": "^0.30.0",
"fast-xml-parser": "^3.19.0",
"node-forge": "^1.3.0",
"xadesjs": "^2.1.2",
"xmldom-alpha": "^0.1.28"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">=18"
}
}