fab-cards
Version:
TypeScript representations of Flesh and Blood cards
55 lines (54 loc) • 1.48 kB
JSON
{
"name": "fab-cards",
"description": "TypeScript representations of Flesh and Blood cards",
"version": "8.0.147",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"transform": "ts-node src/index.ts",
"prebuild": "rm -rf dist",
"build": "esbuild ./data/index.ts --outdir=dist --bundle --minify --platform=node --target=es6",
"postbuild": "tsc --declaration",
"test": "jest",
"new": "ts-node tests/new-cards.ts",
"tts": "ts-node tts/index.ts",
"sitemap": "ts-node sitemap/index.ts",
"full": "npm run transform && npm run build && npm test && npm run new && npm run tts && npm run sitemap"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.6.1",
"@types/papaparse": "5.3.8",
"chalk": "^4.1.2",
"esbuild": "^0.19.3",
"esbuild-jest": "^0.5.0",
"fab-cards": "^8.0.145",
"fast-xml-parser": "^4.2.7",
"jest": "^29.7.0",
"papaparse": "5.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"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"
]
}