UNPKG

@nodots-llc/backgammon-core

Version:
55 lines 1.56 kB
{ "name": "@nodots-llc/backgammon-core", "version": "2.2.5", "description": "Game logic for backgammon", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "backgammon", "types", "boardgame", "code library" ], "author": "Ken Riley <kenr@nodots.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nodots/nodots-backgammon-types.git" }, "homepage": "https://github.com/nodots/nodots-backgammon-types#readme", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:single": "jest -t", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "build": "tsc", "clean": "rm -rf dist coverage", "update-coverage": "node scripts/update-coverage.js", "simulate": "ts-node src/scripts/simulate.ts", "simulate:game": "ts-node src/scripts/simulateGame.ts", "install:latest-types": "rm -rf node_modules package-lock.json && npm install", "publish:npm": "npm publish --access public" }, "dependencies": { "@nodots-llc/backgammon-ai": "^2.2.1", "@nodots-llc/backgammon-types": "^2.2.1", "uuid": "^11.0.5" }, "devDependencies": { "@eslint/js": "^9.2.0", "@types/jest": "^29.5.14", "@types/node": "^22.15.30", "eslint": "^9.19.0", "globals": "^15.2.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.3", "typescript-eslint": "^8.23.0" } }