@flesh-and-blood/search
Version:
TypeScript search engine for Flesh and Blood cards
52 lines (51 loc) • 1.41 kB
JSON
{
"name": "@flesh-and-blood/search",
"description": "TypeScript search engine for Flesh and Blood cards",
"version": "3.8.22",
"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 i && npm run build && npm test"
},
"dependencies": {
"@flesh-and-blood/types": "^3.8.21",
"fuse.js": "^6.6.2"
},
"devDependencies": {
"@flesh-and-blood/cards": "^3.8.22",
"@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": "87c3c9fe9eef35226503e8243207a76d6ec955fa"
}