{
  "name": "@fullstory/server-api-client",
  "version": "1.1.1",
  "description": "The official FullStory server API client SDK for NodeJS.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "clean": "rm -rf lib",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "jest --detectOpenHandles --forceExit",
    "build": "tsc && tsc-alias",
    "build:production": "npm run clean && tsc -p tsconfig.production.json && tsc-alias"
  },
  "devDependencies": {
    "@babel/core": "^7.21.3",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@jest/globals": "^29.4.3",
    "@openapitools/openapi-generator-cli": "^2.5.2",
    "@types/node": "^18.14.0",
    "@typescript-eslint/eslint-plugin": "^5.53.0",
    "@typescript-eslint/parser": "^5.53.0",
    "babel-jest": "^29.4.3",
    "dotenv": "^16.0.3",
    "eslint": "^8.34.0",
    "eslint-import-resolver-typescript": "^3.5.3",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "jest": "^29.4.3",
    "jest-junit": "^15.0.0",
    "nock": "^13.3.0",
    "tsc-alias": "^1.8.5",
    "typescript": "^4.9.5"
  },
  "engines": {
    "node": ">=14"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fullstorydev/fullstory-node-sdk.git"
  },
  "keywords": [
    "fullstory",
    "api"
  ],
  "author": "FullStory, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fullstorydev/fullstory-node-sdk/issues"
  },
  "homepage": "https://github.com/fullstorydev/fullstory-node-sdk#readme"
}
