{
  "name": "iso8583_helper",
  "version": "2.0.8",
  "description": "A javascript library for messaging in iso 8583 messaging format.",
  "main": "./lib/ISO8583.js",
  "types": "./lib/ISO8583.d.ts",
  "scripts": {
    "docs": "jsdoc -c js_docs.conf.json README.md",
    "test": "jest",
    "test.watch": "npx ava --verbose --watch",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kugesh-Rajasekaran/iso_8583_upgraded/tree/feat-has-no-extentions"
  },
  "keywords": [
    "iso",
    "iso8583",
    "iso_8583_upgraded",
    "card transaction",
    "8583"
  ],
  "author": "Danstan Otieno Onyango and Kugesh Rajasekaran",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kugesh-Rajasekaran/iso_8583_upgraded/tree/feat-has-no-extentions/issues"
  },
  "homepage": "https://github.com/kugesh-Rajasekaran/iso_8583_upgraded/tree/feat-has-no-extentions/wiki",
  "dependencies": {
    "date-fns": "^2.9.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^28.1.4",
    "better-docs": "1.1.6",
    "jest": "^24.1.0",
    "jsdoc": "^4.0.3",
    "nyc": "^15.0.1",
    "prettier": "^2.7.1",
    "toast-jsdoc": "^1.0.2",
    "ts-jest": "^27.0.3",
    "ts-node": "^10.8.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.7.4"
  },
  "files": [
    "/lib"
  ]
}
