{
  "name": "@transcend-io/typescript-webhook-example",
  "version": "1.4.3",
  "description": "Example of a webhook that can be integrated with Transcend.",
  "main": "build/app",
  "files": [
    "media/*",
    "build/**/*",
    "package.json"
  ],
  "scripts": {
    "prepublish": "yarn build",
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "start": "ts-node --transpile-only ./src/app.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "tr-demo-server": "./build/app.js"
  },
  "packageManager": "yarn@3.2.0",
  "author": "Transcend Inc.",
  "license": "ISC",
  "dependencies": {
    "express": "^4.18.1",
    "express-async-handler": "^1.2.0",
    "got": "=11.8.5",
    "jsonwebtoken": "^9.0.0",
    "morgan": "^1.10.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/got": "^9.6.12",
    "@types/jsonwebtoken": "^9.0.0",
    "@types/morgan": "^1.9.3",
    "@types/node": "=17.0.26",
    "dotenv": "^8.2.0",
    "nodemon": "^2.0.20",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/transcend-io/examples.git"
  },
  "keywords": [
    "transcend",
    "webhook",
    "example",
    "access",
    "erasure"
  ],
  "bugs": {
    "url": "https://github.com/transcend-io/examples/issues"
  },
  "homepage": "https://github.com/transcend-io/examples#readme"
}