{
  "name": "@squaredup/webapi-engine",
  "version": "0.1.0",
  "description": "Utility to read and interpret a webapi.json definition and to make the appropriate calls upon fetch to obtain data from a 3rd-party API",
  "author": "SquaredUp",
  "license": "ISC",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "rimraf ./dist",
    "build": "tsc -p tsconfig.build.json",
    "postbuild": "tsx ./src/schema/GenerateJsonSchema.ts ./dist/schema/WebApiSchema.json",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "dependencies": {
    "date-fns": "^3.1.0",
    "downsample": "^1.4.0",
    "duration-fns": "^3.0.2",
    "fast-json-stable-stringify": "^2.1.0",
    "js-interpreter": "^5.1.0",
    "lodash": "^4.17.21",
    "mustache": "^4.2.0",
    "nanoid": "^3.3.1",
    "parse-link-header": "^2.0.0",
    "undici": "^5.27.0",
    "xml2js": "^0.6.2",
    "zod": "^3.22.3"
  },
  "devDependencies": {
    "@tsconfig/node20": "^20.1.2",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.14.180",
    "@types/mustache": "^4.1.2",
    "@types/node": "^20.14.14",
    "@types/parse-link-header": "^2.0.2",
    "@types/xml2js": "^0.4.14",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "jest-html-reporters": "^3.1.7",
    "jest-junit": "^16.0.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "tsx": "^4.7.1",
    "typescript": "^5.3.3",
    "zod-to-json-schema": "^3.21.4"
  }
}
