{
  "name": "@jvetyska/jiri-vetyska-sdk",
  "version": "1.0.0",
  "description": "Lord Of The Rings Movies SDK",
  "main": "build/src/app.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jiri-vetyska/jiri-vetyska-sdk.git"
  },
  "engines": {
    "node": ">= 18.12 < 19"
  },
  "devDependencies": {
    "@types/jest": "~27.5",
    "@types/node": "~18",
    "@typescript-eslint/eslint-plugin": "~5.47",
    "@typescript-eslint/parser": "~5.47",
    "eslint": "~8.16",
    "eslint-config-prettier": "~8.5",
    "eslint-plugin-jest": "~26.2",
    "jest": "~29.3",
    "prettier": "~2.6",
    "ts-jest": "~29.0",
    "tsutils": "~3.21",
    "typescript": "~4.9"
  },
  "scripts": {
    "start": "node build/src/main.js",
    "prebuild": "npm run lint",
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -w -p tsconfig.json",
    "build:release": "npm run clean && tsc -p tsconfig.release.json",
    "lint": "eslint . --ext .ts --ext .mts --fix",
    "test": "jest --coverage",
    "prettier": "prettier --config .prettierrc --write .",
    "test:watch": "jest --watch"
  },
  "author": "Jiri Vetyska <jvetyska@gmail.com>",
  "dependencies": {
    "axios": "^1.2",
    "tslib": "~2.4"
  },
  "bugs": {
    "url": "https://github.com/jiri-vetyska/jiri-vetyska-SDK/issues"
  },
  "homepage": "https://github.com/jiri-vetyska/jiri-vetyska-SDK#readme",
  "directories": {
    "test": "tests"
  },
  "keywords": [
    "LOTR"
  ],
  "license": "UNLICENSED"
}
