{
  "name": "tranzak-node",
  "version": "3.1.3",
  "description": "TRANZAK API client for Nodejs",
  "main": "./compat/index.js",
  "module": "./index.mjs",
  "scripts": {
    "test": "node test.mjs",
    "build": "rm -rf ./compat && babel ./ --out-dir ./compat --ignore node_modules,compat,test.mjs,*/test.mjs,**/test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HolyCorn-Software/tranzak-node.git"
  },
  "keywords": [
    "TRANZAK",
    "HolyCorn",
    "Software"
  ],
  "author": "https://github.com/HolyCorn-Software",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/HolyCorn-Software/tranzak-node/issues"
  },
  "homepage": "https://github.com/HolyCorn-Software/tranzak-node#readme",
  "dependencies": {
    "node-fetch": "^3.3.2"
  },
  "types": "./index.d.ts",
  "devDependencies": {
    "@babel/cli": "^7.23.0",
    "@babel/core": "^7.23.2",
    "@babel/preset-env": "^7.23.2",
    "babel-plugin-module-extension": "^0.1.3"
  }
}
