deck-of-cards-ts
Version:
Deck of cards package with TypeScript types.
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "deck-of-cards-ts",
"version": "1.1.2",
"description": "Deck of cards package with TypeScript types.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p .",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc",
"typecheck:watch": "tsc -w",
"prepare": "npm test && npm run typecheck && 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/node": "^25.0.6",
"@vitest/coverage-v8": "^4.0.16",
"make-fixture": "^1.3.0",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
}
}