{
  "name": "twilio-flex-token-validator",
  "version": "1.6.0",
  "description": "Flex JWE Token Validator",
  "keywords": [
    "flex",
    "function",
    "functions",
    "plugins",
    "serverless",
    "token",
    "twilio",
    "validator",
    "contact center"
  ],
  "homepage": "https://github.com/twilio/twilio-flex-token-validator#readme",
  "bugs": {
    "url": "https://github.com/twilio/twilio-flex-token-validator/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twilio/twilio-flex-token-validator.git"
  },
  "license": "MIT",
  "author": "Kousha Talebian <ktalebian@twilio.com>",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "tsc",
    "lint": "eslint --ext ts src/",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "husky install",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "test:coverage": "npm run test -- --coverage"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.0",
    "@babel/core": "^7.13.8",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.13.9",
    "@babel/preset-typescript": "^7.13.0",
    "@types/jest": "^26.0.20",
    "@types/nock": "^11.1.0",
    "@types/node": "^14.14.31",
    "babel-core": "^6.26.3",
    "babel-jest": "^26.6.3",
    "babel-register": "^6.26.0",
    "codecov": "^3.8.1",
    "eslint": "^7.21.0",
    "eslint-config-twilio-ts": "^1.34.2",
    "husky": "^5.1.3",
    "jest": "^26.6.3",
    "nock": "^13.0.10",
    "node-notifier": "^9.0.0",
    "ts-jest": "^26.5.3",
    "typescript": "^4.2.3"
  },
  "engines": {
    "node": ">=10"
  }
}
