@grod30/hacienda-js
Version:
Biblioteca TypeScript para facturación electrónica de Costa Rica (Hacienda)
69 lines (68 loc) • 1.66 kB
JSON
{
"name": "@grod30/hacienda-js",
"version": "0.1.0",
"description": "Biblioteca TypeScript para facturación electrónica de Costa Rica (Hacienda)",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "npm run build",
"prepublishOnly": "npm test"
},
"keywords": [
"factura-electronica",
"costa-rica",
"hacienda",
"firma-digital",
"xml"
],
"author": "Grod30",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Grod30/hacienda-js.git"
},
"bugs": {
"url": "https://github.com/Grod30/hacienda-js/issues"
},
"homepage": "https://github.com/Grod30/hacienda-js#readme",
"dependencies": {
"axios": "^1.6.0",
"xml-crypto": "^3.1.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"dotenv": "^16.3.1",
"eslint": "^8.57.1",
"globals": "^16.1.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"ts-jest": "^29.1.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.32.1"
},
"engines": {
"node": ">=14.0.0"
}
}