UNPKG

cardation

Version:

fundation of card games, card model

71 lines (70 loc) 1.86 kB
{ "name": "cardation", "version": "0.1.62", "type": "commonjs", "description": "fundation of card games, card model", "repository": { "type": "git", "url": "https://github.com/zzzgit/cardation" }, "main": "built/lib/index.js", "types": "built/t/index.d.ts", "files": [ "built" ], "scripts": { "test": "npm run lint && jest", "build": "npm run test && npm run clean && npm run tsc", "clean": "rimraf coverage .nyc_output .rts2_cache built", "rollup": "cross-env NODE_ENV=production rollup -c", "lint": "eslint './src/**' '-c=eslint.config.mjs'", "jest": "jest 'test/*'", "tsc": "tsc --sourceMap false", "prepare": "husky" }, "bugs": "https://github.com/zzzgit/cardation/issues", "keywords": [ "card", "poker", "baccarat", "blackjack" ], "license": "LGPL-3.0-or-later", "engines": { "npm": ">=9.5.0", "node": ">=20.0" }, "author": "jonkee", "dependencies": { "chalk": "^5.3.0", "eslint-plugin-n": "^17.13.1", "samael": "^3.0.4", "ts-custom-error": "^3.3.1" }, "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@stylistic/eslint-plugin-js": "^2.10.1", "@stylistic/eslint-plugin-ts": "^2.10.1", "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.14.0", "@typescript-eslint/parser": "^8.14.0", "cross-env": "^7.0.3", "eslint": "^9.14.0", "eslint-config-janus": "^9.0.6", "eslint-plugin-array-func": "^5.0.2", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^7.1.0", "eslint-plugin-security": "^3.0.1", "eslint-plugin-unicorn": "^56.0.0", "husky": "^9.1.6", "jest": "^29.7.0", "jest-progress-bar-reporter": "^1.0.25", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "typescript": "^5.6.3", "typescript-eslint": "^8.14.0" } }