UNPKG

@react-chess-tools/react-chess-puzzle

Version:

A lightweight, customizable React component library for rendering and interacting with chess puzzles.

66 lines (65 loc) 1.57 kB
{ "name": "@react-chess-tools/react-chess-puzzle", "version": "1.0.0", "description": "A lightweight, customizable React component library for rendering and interacting with chess puzzles.", "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", "puzzle", "puzzles" ], "publishConfig": { "access": "public" }, "author": "Daniele Cammareri <daniele.cammareri@gmail.com>", "license": "MIT", "dependencies": { "@react-chess-tools/react-chess-game": "1.0.0", "chess.js": "^1.4.0", "lodash": "^4.17.21" }, "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" }