{
  "name": "@flesh-and-blood/search",
  "description": "TypeScript search engine for Flesh and Blood cards",
  "version": "3.6.17",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "esbuild src/index.ts --outdir=dist --external:*.test.ts --external:fab-cards --bundle --minify --platform=node --target=es6",
    "postbuild": "tsc --declaration && npm test",
    "test": "jest",
    "test:specific": "jest -t 'Matching printing from treatment'",
    "full": "npm run build"
  },
  "dependencies": {
    "@flesh-and-blood/types": "^3.6.17",
    "fuse.js": "^6.6.2"
  },
  "devDependencies": {
    "@flesh-and-blood/cards": "^3.6.17",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.5",
    "esbuild": "^0.19.10",
    "esbuild-jest": "^0.5.0",
    "jest": "^29.7.0",
    "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": "015413c1118e04cd57e2c6d4800156ffcddc99de"
}
