{
  "name": "identity-api-example",
  "version": "1.0.0",
  "description": "Example project using the IdentityApi generated by the TypeScript Fetch Generator",
  "main": "example_script.ts",
  "scripts": {
    "start": "ts-node src/example_script.ts",
    "type_test": "ts-node src/test_typing_errors.ts"
  },
  "dependencies": {
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3",
    "uuid": "^14.0.0"
  }
}
