@nodots-llc/backgammon-types
Version:
Type definitions for nodots-backgammon
30 lines (29 loc) • 698 B
JSON
{
"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"
}
}