{
  "name": "oot-bingo-lists",
  "version": "2.1.0",
  "description": "Goal Lists for Oot Bingo",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "eslint tsconfig.json",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ootbingo/oot-bingo-lists.git"
  },
  "keywords": [
    "oot",
    "bingo",
    "lists",
    "goals"
  ],
  "author": "",
  "license": "GPL-3.0-only",
  "bugs": {
    "url": "https://github.com/ootbingo/oot-bingo-lists/issues"
  },
  "homepage": "https://github.com/ootbingo/oot-bingo-lists#readme",
  "dependencies": {
    "oot-bingo-generator": "^1.0.5"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.15.6",
    "@types/eslint": "^8.4.2",
    "@types/jest": "^27.0.1",
    "@types/node": "^16.9.1",
    "@typescript-eslint/eslint-plugin": "^5.23.0",
    "@typescript-eslint/parser": "^5.23.0",
    "babel-jest": "^27.2.0",
    "eslint": "^8.15.0",
    "jest": "^27.2.0",
    "prettier": "^2.5.1",
    "ts-jest": "^27.0.5",
    "ts-loader": "^9.2.7",
    "ts-node": "^10.9.1",
    "typescript": "^4.4.3"
  },
  "prettier": {
    "printWidth": 90,
    "tabWidth": 2
  }
}
