@flesh-and-blood/cards
Version:
TypeScript representations of Flesh and Blood cards
64 lines (63 loc) • 1.89 kB
JSON
{
"name": "@flesh-and-blood/cards",
"description": "TypeScript representations of Flesh and Blood cards",
"version": "3.8.18",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"transform": "ts-node scripts/index.ts",
"prebuild": "rm -rf dist",
"build": "esbuild ./src/index.ts --outdir=dist --bundle --minify --platform=node --target=es6",
"postbuild": "tsc --declaration && npm test",
"test": "jest",
"update:dependencies": "npx ncu -u latest-cards && npm i",
"update:snapshots": "npm test -- -u",
"new": "ts-node tests/new-and-removed-cards.ts",
"tts": "ts-node tts/index.ts",
"sitemap": "ts-node sitemap/index.ts",
"full": "npm i && npm run transform && npm run build && npm test && npm run new && npm run tts && npm run sitemap",
"prepublish": "npm run full"
},
"dependencies": {
"@flesh-and-blood/types": "^3.8.16"
},
"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",
"latest-cards": "npm:@flesh-and-blood/cards@^3.8.17",
"npm-check-updates": "^20.0.1",
"papaparse": "^5.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typo-js": "^1.2.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": "7aa06fbfea4530b3cefc67e8ceebb93619439c3f"
}