{
  "name": "es-liblab-take-home-project",
  "version": "0.9.0",
  "description": "Take home project for liblab Engineering Manager interview process.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "publish": "npm run build && npm run test && npm publish"
  },
  "author": "Eliot Stone",
  "license": "UNLICENSED",
  "dependencies": {
    "ajv": "^8.12.0",
    "axios": "^1.3.6",
    "command-line-args": "^5.2.1"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.2.0",
    "@types/jest": "^29.5.1",
    "@types/node": "^18.16.1",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": ".",
    "testRegex": "\\.spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "testEnvironment": "node",
    "resolver": null,
    "roots": [
      "<rootDir>"
    ],
    "modulePaths": [
      "<rootDir>"
    ]
  }
}
