{
  "name": "@public.firetail.io/firetail-api",
  "version": "0.5.2",
  "description": "",
  "main": "./dist/index.js",
  "typings": "./index.d.ts",
  "license": "LGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firetail-io/firetail-js-lib.git"
  },
  "bugs": {
    "url": "https://github.com/firetail-io/firetail-js-lib/issues"
  },
  "homepage": "https://github.com/firetail-io/firetail-js-lib#readme",
  "author": "Brian Shannon <brian@firetail.io>",
  "dependencies": {
    "jsonschema": "^1.4.1",
    "node-fetch": "^3.2.10",
    "pick-n-mix": "^0.3.2",
    "swagger-parser": "^10.0.3",
    "xml2js": "^0.4.23"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.109",
    "@types/node": "^18.7.16",
    "jest": "^29.2.2",
    "nodemon": "^2.0.19",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.2"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "specificationDir"
    ]
  },
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch",
    "docker:build": "docker build --no-cache -t test-build:latest -f build_setup/Dockerfile .",
    "docker:start": "docker run -it -p 3001:3001 -v ${PWD}/src:/code/src -v ${PWD}/sample:/code/sample -v ${PWD}/__tests__:/code/__tests__ -v ${PWD}/dist:/code/dist test-build:latest",
    "test": "jest --no-cache ",
    "test:go": "npm test -- --watch --coverage",
    "test:update": "npm test -- --updateSnapshot",
    "test:cover": "npm test -- --coverage --no-cache --detectOpenHandles",
    "test:watch": "npm test -- --watch --runInBand"
  },
  "publishConfig": {
    "access": "public"
  }
}
