{
  "name": "ti2-bokun",
  "version": "1.0.8",
  "description": "Bokun's TI2 Plugin",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint . --ext .js",
    "lint:fix": "eslint . --ext .js --fix",
    "prepublishOnly": "npm test",
    "version": "git add -A .",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TourConnect/ti2-bokun.git"
  },
  "author": "",
  "license": "GPLV3",
  "bugs": {
    "url": "https://github.com/TourConnect/ti2-bokun/issues"
  },
  "homepage": "https://github.com/TourConnect/ti2-bokun#readme",
  "jest": {
    "testEnvironment": "node",
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "setupFilesAfterEnv": [
      "./jest.setup.js"
    ],
    "testTimeout": 10000
  },
  "dependencies": {
    "@graphql-tools/schema": "^9.0.12",
    "bluebird": "^3.7.2",
    "graphql": "^16.6.0",
    "jsonwebtoken": "^8.5.1",
    "moment": "^2.29.4",
    "ramda": "^0.27.1"
  },
  "devDependencies": {
    "axios": "^0.27.2",
    "chalk": "^4.1.2",
    "eslint": "^8.4.1",
    "eslint-config-airbnb": "^19.0.2",
    "eslint-plugin-import": "^2.25.4",
    "faker": "^5.5.3",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.7",
    "jest-diff": "^27.4.2",
    "jest-environment-node": "27.4",
    "jest-util": "27.4",
    "ti2": "latest"
  }
}
