UNPKG

dawikk-stockfish

Version:

Library to run Stockfish Chess Engine on all mobile platforms

41 lines 1.04 kB
{ "name": "dawikk-stockfish", "version": "0.9.87", "description": "Library to run Stockfish Chess Engine on all mobile platforms", "main": "src/index.tsx", "types": "src/index.tsx", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "podspec": "./dawikk-stockfish.podspec", "keywords": [ "react-native", "stockfish", "chess", "uci", "ios", "android" ], "repository": { "type": "git", "url": "git+https://github.com/DawiQ/dawikk-stock" }, "author": "Dawikk <dawikk.apps@gmail.com> (https://github.com/DawiQ)", "license": "MIT", "bugs": { "url": "https://github.com/DawiQ/dawikk-stock/issues" }, "homepage": "https://github.com/DawiQ/dawikk-stock#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "react": "19.0.0", "react-native": "0.79.5", "@types/react": "^19.2.6" } }