UNPKG

@nodots-llc/backgammon-types

Version:
30 lines (29 loc) 698 B
{ "name": "@nodots-llc/backgammon-types", "version": "2.2.1", "description": "Type definitions for nodots-backgammon", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "scripts": { "build": "tsc", "prepare": "npm run build", "publish": "npm run build && npm publish", "publish:dry-run": "npm run build && npm publish --dry-run" }, "author": "Ken Riley <kenr@nodots.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nodots/nodots-backgammon-types.git" }, "keywords": [ "backgammon", "types", "typescript", "game" ], "devDependencies": { "typescript": "^5.7.3" } }