{
  "_args": [
    [
      "@cardx/stax-lib@1.0.36",
      "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda"
    ]
  ],
  "_from": "@cardx/stax-lib@1.0.36",
  "_id": "@cardx/stax-lib@1.0.36",
  "_inBundle": false,
  "_integrity": "sha512-7I9oejRqLrtUVCLXBulCTXVvhpTQfbm/IZAp4x2B1W21a7YJbiSbxSzft+C8os6SyEPJ0E3ggcfjQUzsCp1c7Q==",
  "_location": "/@cardx/stax-lib",
  "_phantomChildren": {
    "follow-redirects": "1.14.5"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cardx/stax-lib@1.0.36",
    "name": "@cardx/stax-lib",
    "escapedName": "@cardx%2fstax-lib",
    "scope": "@cardx",
    "rawSpec": "1.0.36",
    "saveSpec": null,
    "fetchSpec": "1.0.36"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@cardx/stax-lib/-/stax-lib-1.0.36.tgz",
  "_spec": "1.0.36",
  "_where": "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda",
  "author": {
    "name": "CardX Technology"
  },
  "dependencies": {
    "@cardx/common": "^2.18.1",
    "@cardx/jaypie-errors": "^1.4.0",
    "@cardx/logger": "^1.3.0",
    "axios": "^0.21.0"
  },
  "description": "Stax Functions",
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@cardx/mock-logger": "^0.1.3",
    "dotenv": "^8.2.0",
    "eslint": "^7.12.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-config-prettier": "^6.14.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^4.3.0",
    "jest": "^26.6.1",
    "jest-extended": "^0.11.5",
    "lint-staged": "^10.4.2",
    "prettier": "^2.1.2",
    "rimraf": "^3.0.2",
    "sort-package-json": "^1.46.1"
  },
  "files": [
    "/dist"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "UNLICENSED",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "package.json": [
      "sort-package-json",
      "git add"
    ]
  },
  "main": "dist/index.js",
  "name": "@cardx/stax-lib",
  "scripts": {
    "build": "npm run build:clean && npm run build:transpile",
    "build:clean": "rimraf dist/",
    "build:transpile": "babel src/ --out-dir dist",
    "clean": "npm run build:clean && npm run test:clean",
    "format": "eslint 'src/' --fix",
    "lint": "eslint 'src/'",
    "lint:production": "eslint --max-warnings=0 src/",
    "prepare": "npm run clean | npm run build",
    "pretest": "npm run setup:env",
    "preversion": "npm run clean | npm run build; git add dist/*",
    "setup:env": "[[ -f .env ]] || cp .env.sample .env",
    "test": "jest src/",
    "test:clean": "rimraf coverage/",
    "test:coverage": "jest --coverage src/",
    "test:index": "jest src/stax/__tests__/index.spec.js",
    "test:watch": "jest src/ --watch"
  },
  "version": "1.0.36"
}
