UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

39 lines (38 loc) 1.04 kB
{ "name": "@gamepark/rules-api", "version": "6.37.8", "description": "API to implement the rules of a board game", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.json", "prepublishOnly": "tsc -p tsconfig.json" }, "keywords": [ "Game Park", "Board games", "Rules" ], "author": "Romain Fromi <romain@game-park.com> (https://game-park.com/)", "license": "ISC", "publishConfig": { "access": "public" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/lodash": "^4.17.5", "@types/node": "^20.14.2", "i18next": "^22.5.1", "jest": "^29.7.0", "lodash": "^4.17.21", "ts-jest": "^29.3.4", "typescript": "^5.4.5" }, "peerDependencies": { "lodash": "^4.17.21" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }