UNPKG

ec-sri-invoice-signer

Version:
56 lines (55 loc) 1.4 kB
{ "name": "ec-sri-invoice-signer", "version": "1.2.0", "description": "Ecuador SRI invoice signer.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist/src" ], "scripts": { "build": "tsc", "build:watch": "tsc -w", "test": "mocha", "test:coverage": "nyc mocha", "test:sri": "npx ts-node test/sri-test/sri-test.ts" }, "repository": { "type": "git", "url": "https://github.com/bryancalisto/ec-sri-invoice-signer" }, "keywords": [ "Ecuador", "SRI", "Firma electrónica", "Factura", "Servicio de rentas internas", "Digital signature", "Invoice" ], "author": "Bryan Calisto", "license": "MIT", "bugs": { "url": "https://github.com/bryancalisto/ec-sri-invoice-signer/issues" }, "homepage": "https://github.com/bryancalisto/ec-sri-invoice-signer#readme", "devDependencies": { "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^18.16.19", "@types/node-forge": "^1.3.3", "@types/sax": "^1.2.7", "@types/sinon": "^10.0.15", "chai": "^4.3.7", "mocha": "^10.2.0", "nyc": "^15.1.0", "sinon": "^15.2.0", "soap": "^1.0.0", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "dependencies": { "fast-xml-parser": "^4.2.5", "node-forge": "^1.3.1" } }