{
  "name": "pokemon-complimentary-types",
  "version": "1.0.1",
  "description": "Check for pokemon type coverage gaps within a team",
  "author": "Ezell Frazier",
  "main": "dist/index.js",
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "jest": "^27.3.1",
    "ts-jest": "^27.0.7",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.2"
  },
  "scripts": {
    "start": "ts-node app.ts",
    "test": "jest",
    "test:watch": "jest --watch",
    "build": "tsc"
  },
  "dependencies": {
    "ezell-toolbelt": "^1.0.2"
  }
}
