UNPKG

dte-signer-sv

Version:

Sign Digital Tax Documents (DTE) for El Salvador's Ministry of Finance

61 lines (60 loc) 1.5 kB
{ "name": "dte-signer-sv", "version": "1.0.0", "description": "Sign Digital Tax Documents (DTE) for El Salvador's Ministry of Finance", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "dev": "tsx index.ts", "build": "tsc && tsc-alias", "clean": "rm -rf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run test && npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:integration": "npm run build && node test/integration.test.js", "lint": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/mcalero11/dte-signer-sv.git" }, "bugs": { "url": "https://github.com/mcalero11/dte-signer-sv/issues" }, "homepage": "https://github.com/mcalero11/dte-signer-sv#readme", "keywords": [ "el-salvador", "dte", "digital-signature", "ministerio-hacienda", "factura-electronica", "electronic-invoice", "tax-document", "jws", "rs512" ], "author": "mcalero11", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", "@types/node-jose": "^1.1.13", "@types/xml2js": "^0.4.14", "jest": "^29.7.0", "ts-jest": "^29.2.5", "tsc-alias": "^1.8.16", "tsx": "^4.19.4", "typescript": "^5.8.3" }, "dependencies": { "node-jose": "^2.2.0", "xml2js": "^0.6.2" } }