@react-chess-puzzle-fix/react-chess-puzzle
Version:
A lightweight, customizable React component library for rendering and interacting with chess puzzles.
57 lines (56 loc) • 1.36 kB
JSON
{
"name": "@react-chess-puzzle-fix/react-chess-puzzle",
"version": "1.0.25",
"description": "A lightweight, customizable React component library for rendering and interacting with chess puzzles.",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
"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",
"puzzle",
"puzzles"
],
"publishConfig": {
"access": "public"
},
"author": "Daniele Cammareri <daniele.cammareri@gmail.com>",
"license": "MIT",
"dependencies": {
"react-chess-game-fix": "1.0.5",
"chess.js": "^1.0.0-beta.8",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.15",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"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"
}