UNPKG

@react-chess-tools/react-chess-game

Version:

react-chess-game is a React component bridging chess.js with react-chessboard to offer a full-featured, ready-to-integrate chess board experience.

64 lines (63 loc) 1.56 kB
{ "name": "@react-chess-tools/react-chess-game", "version": "1.0.0", "description": "react-chess-game is a React component bridging chess.js with react-chessboard to offer a full-featured, ready-to-integrate chess board experience.", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsup src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "chess", "react", "board", "game", "chess.js", "react-chessboard", "component", "play", "strategy", "checkmate", "interactive", "UI", "boardgame" ], "publishConfig": { "access": "public" }, "author": "Daniele Cammareri <daniele.cammareri@gmail.com>", "license": "MIT", "dependencies": { "chess.js": "^1.4.0", "lodash": "^4.17.21", "react-chessboard": "^5.8.6" }, "devDependencies": { "@types/lodash": "^4.17.21", "react": "^19.2.3", "react-dom": "^19.2.3" }, "peerDependencies": { "react": ">=16.14.0", "react-dom": ">=16.14.0" }, "repository": { "type": "git", "url": "git+https://github.com/dancamma/react-chess-tools.git" }, "bugs": { "url": "https://github.com/dancamma/react-chess-tools/issues" }, "homepage": "https://github.com/dancamma/react-chess-tools#readme" }