UNPKG

iso_8583_exos

Version:

A javascript library for messaging in iso 8583 messaging format by Roy Salgado.

51 lines (50 loc) 1.22 kB
{ "name": "iso_8583_exos", "version": "1.5.2", "description": "A javascript library for messaging in iso 8583 messaging format by Roy Salgado.", "main": "lib/8583.js", "scripts": { "lint": "eslint lib test --fix", "pretest": "eslint lib test --fix", "docs": "jsdoc -c js_docs.conf.json .", "test": "nyc --reporter=html --reporter=lcov ava --verbose", "test.watch": " npx ava --verbose --watch" }, "ava": { "babel": true, "files": [ "test/*.js" ], "source": [ "lib/**/*.{js}" ], "concurrency": 5, "failFast": true, "failWithoutAssertions": false, "powerAssert": false }, "keywords": [ "iso", "iso8583", "iso_8583", "card transaction", "8583" ], "author": "Roy Salgado Martinez", "license": "ISC", "dependencies": { "date-fns": "^2.9.0", "exos_codepage": "^1.4.1", "iso_8583_exos": "file:" }, "devDependencies": { "@ava/babel": "^1.0.1", "ava": "^6.4.1", "babel-eslint": "^10.0.3", "eslint": "^5.16.0", "eslint-plugin-import": "^2.20.0", "jsdoc": "^4.0.4", "nyc": "^15.0.1", "toast-jsdoc": "^1.0.2" } }