@nodots-llc/backgammon-ai
Version:
AI and integration for nodots-backgammon using gnubg as a backend engine.
52 lines (51 loc) • 1.36 kB
JSON
{
"name": "@nodots-llc/backgammon-ai",
"version": "2.2.1",
"description": "AI and integration for nodots-backgammon using gnubg as a backend engine.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"backgammon",
"ai",
"gnubg",
"boardgame"
],
"author": "Ken Riley <kenr@nodots.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodots/nodots-backgammon-ai.git"
},
"homepage": "https://github.com/nodots/nodots-backgammon-ai#readme",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"build": "tsc",
"clean": "rm -rf dist coverage",
"prebuild": "npm run clean",
"prepare": "npm run build",
"publish:npm": "npm publish --access public"
},
"dependencies": {
"axios": "^1.9.0",
"@nodots-llc/backgammon-core": "^2.2.1"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.18",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.19.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}