{
  "name": "@flesh-and-blood/types",
  "description": "TypeScript representations of Flesh and Blood card types",
  "version": "3.8.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "esbuild ./src/index.ts --outdir=dist --bundle --minify --platform=node --target=es6",
    "postbuild": "tsc --declaration",
    "test": "jest",
    "full": "npm i && npm run build && npm test",
    "prepublish": "npm run full"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.5",
    "@types/papaparse": "5.3.14",
    "chalk": "^4.1.2",
    "esbuild": "^0.19.10",
    "esbuild-jest": "^0.5.0",
    "fast-xml-parser": "^4.3.2",
    "jest": "^29.7.0",
    "papaparse": "5.3.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "files": [
    "/dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabrary/fab-cards.git"
  },
  "bugs": {
    "url": "https://github.com/fabrary/fab-cards/issues"
  },
  "homepage": "https://github.com/fabrary/fab-cards#readme",
  "author": "Phillip Manwaring",
  "license": "MIT",
  "keywords": [
    "Flesh and Blood",
    "FAB",
    "FABTCG"
  ],
  "gitHead": "05f1df92ed7bd3dc4aeee90a004bcec6210865b7"
}
