{
  "name": "newscatcherapi-typescript-sdk",
  "version": "6.0.15",
  "description": "Client for NewsCatcher-V3 Production API",
  "author": "Konfig",
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/konfig-dev/newscatcher-sdks.git",
    "directory": "v3/typescript"
  },
  "homepage": "https://github.com/konfig-dev/newscatcher-sdks/tree/HEAD/v3/typescript#readme",
  "keywords": [
    "axios",
    "typescript",
    "konfig",
    "newscatcherapi-typescript-sdk"
  ],
  "license": "Unlicense",
  "files": [
    "./dist/**/*"
  ],
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc && webpack",
    "clean": "rm -rf dist/",
    "prepack": "npm run build",
    "test": "jest"
  },
  "dependencies": {
    "axios": "0.27.2"
  },
  "resolutions": {
    "semver": "^7.5.2",
    "@babel/traverse": "^7.23.2"
  },
  "devDependencies": {
    "@jest/types": "^29.6.3",
    "@types/jest": "^29.2.4",
    "@types/node": "^18",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.3",
    "ts-loader": "^9.4.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.0",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4"
  }
}
