{
  "name": "traveltime-api",
  "version": "7.4.4",
  "description": "TravelTime API SDK for node js with TypeScript",
  "main": "target/index.js",
  "types": "target/index.d.ts",
  "scripts": {
    "build": "tsc && cp -R src/client/proto target/client",
    "clean": "rm -rf node_modules && rm -rf target && rm -f main.ts",
    "dev": "ts-node main.ts",
    "test": "vitest run",
    "release": "npm run clean && npm i && npm run build && npm publish",
    "release-rc": "npm run clean && npm i && npm run build && npm publish --tag rc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/traveltime-dev/traveltime-sdk-nodejs"
  },
  "author": "TravelTime <support@traveltime.com> (https://traveltime.com/)",
  "license": "MIT",
  "dependencies": {
    "agentkeepalive": "^4.6.0",
    "axios": "1.18.1",
    "protobufjs": "^8.7.1"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "eslint": "^8.18.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "ts-node": "^10.9.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "keywords": [
    "traveltime",
    "api",
    "maps"
  ],
  "files": [
    "target/**/*"
  ]
}
