{
  "name": "itscalledsoccer",
  "version": "1.0.2",
  "description": "A library for interacting with the ASA API",
  "main": "dist/index.js",
  "scripts": {
    "build": "babel src -d dist",
    "watch": "chokidar \"src/*.js\" -c \"npm run build\"",
    "test": "npm run lint && jest tst/*.test.js",
    "prepublishOnly": "npm run build && npm run test",
    "lint": "eslint src/**.js tst/**.js",
    "watch-unit-test": "jest tst/*.test.js --watchAll",
    "unit-test": "jest tst/*.test.js"
  },
  "keywords": [
    "soccer",
    "itscalledsoccer",
    "soccer-api"
  ],
  "author": "Doug Wade <douglas.b.wade@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/American-Soccer-Analysis/itscalledsoccer-js"
  },
  "dependencies": {
    "change-case": "^4.1.2",
    "core-js": "^3.35.1",
    "fuse.js": "^7.0.0",
    "isomorphic-fetch": "^3.0.0",
    "regenerator-runtime": "^0.14.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.9",
    "@babel/core": "^7.23.0",
    "@babel/preset-env": "^7.23.9",
    "chokidar-cli": "^3.0.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-jest": "^27.6.0",
    "jest": "^29.7.0",
    "jest-fail-on-console": "^3.1.2",
    "prettier": "3.2.4"
  }
}
