{
  "name": "nba-schedule",
  "version": "1.0.21",
  "license": "MIT",
  "bin": "dist/cli.js",
  "main": "dist/cli.js",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsc-watch --project . --outDir ./dist --onSuccess \"nodemon ./src/**/*.tsx\" ",
    "build": "tsc --project ./tsconfig.json",
    "test:node:supports": "npx @bevry/testen -n 12,13,14",
    "test": "jest -c ./jest.unit.json",
    "test:watch": "jest -c ./jest.unit.json --watch",
    "test:coverage": "jest --coverage -c ./jest.unit.json --silent",
    "test:coverage:watch": "jest --coverage -c ./jest.unit.json --silent --watch",
    "semantic-release": "semantic-release --branches main",
    "commit": "git add . && git-cz"
  },
  "dependencies": {
    "axios": "^0.23.0",
    "dotenv": "^10.0.0",
    "ink": "^3.2.0",
    "ink-markdown": "^1.0.1",
    "meow": "^9.0.0",
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@ava/typescript": "^2.0.0",
    "@bevry/testen": "^3.7.1",
    "@sindresorhus/tsconfig": "^2.0.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.1.2",
    "@types/jest": "^27.0.2",
    "@types/react": "^17.0.30",
    "@types/react-dom": "^17.0.10",
    "ava": "^3.15.0",
    "chalk": "^4.1.2",
    "cz-conventional-changelog": "^3.3.0",
    "eslint-config-xo-react": "^0.25.0",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "ink-testing-library": "^2.1.0",
    "jest": "^27.3.1",
    "jest-mock-axios": "^4.4.1",
    "msw": "^0.35.0",
    "react-dom": "^17.0.2",
    "semantic-release": "^18.0.0",
    "ts-jest": "^27.0.7",
    "ts-watch": "^1.0.8",
    "tsc-watch": "^4.5.0",
    "typescript": "^4.4.4",
    "xo": "^0.39.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/geekofer/nba-schedule.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
