{
  "name": "challonge-ts",
  "version": "0.0.2",
  "description": "Challonge API interface",
  "main": "./build/index.js",
  "typings": "build/index.d.ts",
  "repository": "github:EdwardJFox/challonge-ts",
  "author": "EdwardJFox",
  "license": "MIT",
  "scripts": {
    "test": "jest tests",
    "build": "gulp build"
  },
  "keywords": [
    "challonge",
    "typescript"
  ],
  "files": [
    "build"
  ],
  "dependencies": {
    "axios": "^0.21.1"
  },
  "devDependencies": {
    "@types/jest": "^26.0.19",
    "@types/nock": "^10.0.3",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-delete-lines": "0.0.7",
    "gulp-typedoc": "^2.2.9",
    "gulp-typescript": "^6.0.0-alpha.1",
    "jest": "^26.6.3",
    "nock-record": "^0.3.9",
    "ts-jest": "^26.4.4",
    "typedoc": "^0.20.9",
    "typescript": "^4.1.3"
  },
  "jest": {
    "testEnvironment": "node",
    "transform": {
      "^.+\\.ts$": "<rootDir>/preprocessor.js"
    },
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/docs/",
      "/build/"
    ],
    "testMatch": [
      "**/tests/**/*.test.ts"
    ],
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  }
}
