UNPKG

@flesh-and-blood/types

Version:

TypeScript representations of Flesh and Blood card types

52 lines (51 loc) 1.33 kB
{ "name": "@flesh-and-blood/types", "description": "TypeScript representations of Flesh and Blood card types", "version": "3.6.17", "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 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": "015413c1118e04cd57e2c6d4800156ffcddc99de" }