{
  "name": "classy-pay-core",
  "version": "0.3.0",
  "description": "Shared tools used in ClassyPay-related projects",
  "main": "lib/index.js",
  "scripts": {
    "test": "yarn run lint && find test/ -iname \"test*.ts\" | xargs ./node_modules/istanbul/lib/cli.js cover _mocha -- -r ts-node/register",
    "build": "yarn run lint && node_modules/typescript/bin/tsc -p ./",
    "tslint": "find src/ test/ -iname \"*.ts\" | xargs node_modules/tslint/bin/tslint -c ./tslint.json",
    "lint": "yarn run tslint",
    "prepublish": "yarn run clean && yarn run test && yarn run build",
    "clean": "rm -rfv lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/classy-org/classy-pay-core.git"
  },
  "keywords": [
    "classy",
    "pay",
    "core"
  ],
  "author": "jeremy@brownjava.org",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/classy-org/classy-pay-core/issues"
  },
  "homepage": "https://github.com/classy-org/classy-pay-core",
  "dependencies": {
    "axios": "^1.7.9",
    "bluebird": "^3.5.1",
    "bugsnag": "^2.1.3",
    "bunyan": "^1.8.14",
    "json-bigint": "^1.0.0",
    "lodash": "^4.17.21",
    "mysql": "^2.16.0",
    "node-getopt": "^0.3.2",
    "nodecredstash": "^2.0.2",
    "oauth": "^0.9.15",
    "parallel-transform": "^1.1.0",
    "source-map-support": "^0.5.19",
    "uuid": "^7.0.3",
    "yamljs": "^0.3.0"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.59",
    "@types/axios": "^0.14.4",
    "@types/bluebird": "^3.5.32",
    "@types/bunyan": "^1.8.4",
    "@types/events": "^3.0.0",
    "@types/lodash": "^4.17.13",
    "@types/mocha": "^7.0.2",
    "@types/mock-require": "^2.0.0",
    "@types/mysql": "^2.15.15",
    "@types/node": "^22.10.2",
    "@types/node-getopt": "^0.2.31",
    "@types/nodecredstash": "^2.0.1",
    "@types/oauth": "^0.9.0",
    "@types/parallel-transform": "^1.1.0",
    "@types/rewire": "^2.5.28",
    "@types/should-sinon": "^0.0.5",
    "@types/sinon": "^2.3.0",
    "aws-lambda": "^1.0.6",
    "istanbul": "1.1.0-alpha.1",
    "mocha": "^7.2.0",
    "mocha-cli": "^1.0.1",
    "mock-require": "^3.0.2",
    "rewire": "^4.0.1",
    "should": "^13.2.1",
    "should-sinon": "^0.0.6",
    "sinon": "^9.0.2",
    "ts-node": "^8.10.2",
    "tslint": "^6.1.3",
    "typescript": "^5.7.2"
  },
  "files": [
    "lib"
  ]
}
