UNPKG

card-games-typescript

Version:

Card deck and high or low game library built with TypeScript

43 lines (42 loc) 1.02 kB
{ "name": "card-games-typescript", "version": "1.2.5", "description": "Card deck and high or low game library built with TypeScript", "module": "dist/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jest --verbose", "build": "rm -rf dist && tsc", "prepublishOnly": "npm run build && npm version patch" }, "repository": { "type": "git", "url": "git+https://github.com/rafaelmarques7/CardsTypeScript.git" }, "keywords": [ "card games", "typescript", "card", "games" ], "author": "Rafael Marques", "license": "ISC", "bugs": { "url": "https://github.com/rafaelmarques7/CardsTypeScript/issues" }, "homepage": "https://github.com/rafaelmarques7/CardsTypeScript#readme", "devDependencies": { "@types/jest": "^26.0.17", "jest": "^26.6.3", "ts-jest": "^26.4.3", "typescript": "^4.1.3" }, "dependencies": { "@types/mathjs": "^6.0.8", "mathjs": "^8.1.0" } }