{
  "name": "@shortloop/node-sdk-sample-all",
  "version": "1.0.3",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "fix:prettier": "prettier --write \"{src,test,scripts}/**/**.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/short-loop/shortloop-sdk-node.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/short-loop/shortloop-sdk-node/issues"
  },
  "homepage": "https://github.com/short-loop/shortloop-sdk-node/tree/load-testing#readme",
  "devDependencies": {
    "@types/node": "^18.11.17",
    "dts-gen": "^0.6.1",
    "prettier": "^2.8.3",
    "typescript": "^4.9.4"
  }
}
