{
  "name": "real-time-insights",
  "version": "0.2.0",
  "description": "helpful scripts",
  "engines": {
    "node": "16"
  },
  "bin": "./bin/delphi",
  "dependencies": {
    "@types/nock": "^11.1.0",
    "ama-backend": "file:./ama-backend",
    "ama-frontend": "file:./ama-frontend",
    "node-cache": "^5.1.2",
    "rti-image-iservice": "file:./ama-frontend"
  },
  "scripts": {
    "aws-set-session-token": "./bin/aws-set-session-token.bash",
    "delphi": "./bin/delphi",
    "container": "command -v docker || command -v podman",
    "start": "$(npm run --silent container)-compose --file insights.yml up",
    "trigger-notification": "./bin/trigger-notification.bash",
    "milestones": "RTI_SERVER_ENVIRONMENT=local DELPHI_API_URL=https://delphi-api-ext.delphiplatform.io/v3 ATLAS_API_URL=X AUTH0_ISSUER=X AUTH0_AUDIENCE=X SENTRY_DSN=X INTERCOM_API_AUTH_TOKEN=X INTERCOM_BULLETINS_COLLECTION_ID=X USER_PREFERENCES_URL=X EVENTS_BUCKET=X IMAGES_MAPPING_BUCKET=X ts-node bin/tracksCloseToMilestones.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filtr/rti-scripts.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/filtr/rti-scripts/issues"
  },
  "homepage": "https://github.com/filtr/rti-scripts#readme",
  "devDependencies": {
    "@types/node": "^17.0.8",
    "ts-node": "^10.3.0",
    "typescript": "^4.5.4"
  }
}
