UNPKG

card-games-utils

Version:
57 lines (56 loc) 1.37 kB
{ "name": "card-games-utils", "version": "1.1.5", "description": "Utility package for card games", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/mazimez/card-games-utils" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/mazimez" } ], "keywords": [ "teen patti", "teen-patti", "rummy", "gambling", "games", "card-games", "card games", "mazimez" ], "author": "Asif Patel", "license": "MIT", "bugs": { "url": "https://github.com/mazimez/card-games-utilsissues" }, "homepage": "https://github.com/mazimez/card-games-utils#readme", "devDependencies": { "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.59.1", "eslint": "^8.38.0", "eslint-config-standard-with-typescript": "^34.0.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "files": [ "lib/**/*", "cover.png" ] }