{
  "name": "identity-api-example",
  "version": "1.0.0",
  "description": "Example Node.js project using the IdentityApi generated by the TypeScript Node Generator",
  "main": "example_script.ts",
  "scripts": {
    "start": "npx tsc && node && node build/example_script.ts"
  },
  "dependencies": {
    "@types/node": "^20.3.1",
    "http": "^0.0.1-security",
    "request": "^2.88.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  }
}
