UNPKG

deck-of-cards-ts

Version:

Deck of cards package with TypeScript types.

48 lines (47 loc) 1.09 kB
{ "name": "deck-of-cards-ts", "version": "1.0.0", "description": "Deck of cards package with TypeScript types.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc -p .", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "typecheck": "tsc", "typecheck:watch": "tsc -w", "prepare": "npm test && npm run build", "prepublishOnly": "npm run prepare" }, "repository": { "type": "git", "url": "git+https://github.com/iamsellek/deck-of-cards-ts.git" }, "keywords": [ "deck", "cards", "card", "playing", "poker", "solitaire", "game", "games" ], "author": "Chris Sellek", "license": "MIT", "bugs": { "url": "https://github.com/iamsellek/deck-of-cards-ts/issues" }, "homepage": "https://github.com/iamsellek/deck-of-cards-ts#readme", "devDependencies": { "@types/jest": "^30.0.0", "jest": "^30.0.4", "make-fixture": "^1.2.8", "ts-jest": "^29.4.0", "typescript": "^5.8.3" } }