{
  "name": "sleeper-api-client",
  "version": "0.1.2",
  "description": "NPM package used to easily interact with the Sleeper API",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "commonjs",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "lib/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fantasy-football-league/sleeper-api-client.git"
  },
  "keywords": [
    "sleeper",
    "typescript",
    "api"
  ],
  "author": "Parker Lee",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fantasy-football-league/sleeper-api-client/issues"
  },
  "homepage": "https://github.com/fantasy-football-league/sleeper-api-client#readme",
  "devDependencies": {
    "@types/jest": "^28.1.4",
    "@types/node-fetch": "^2.6.2",
    "jest": "^28.1.2",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "node-fetch": "^2.6.6"
  }
}
