stockfish
Version:
The Stockfish chess engine in Web Assembly (WASM)
42 lines (41 loc) • 996 B
JSON
{
"name": "stockfish",
"description": "The Stockfish chess engine in Web Assembly (WASM)",
"version": "18.0.7",
"buildVersion": "18",
"author": {
"name": "Nathan Rugg",
"email": "nmrugg@gmail.com"
},
"contributors": [
{
"name": "Chess.com",
"url": "https://www.chess.com"
}
],
"dependencies": {},
"keywords": [
"chess"
],
"repository": {
"type": "git",
"url": "git://github.com/nmrugg/stockfish.js"
},
"license": "GPL-3.0",
"bin": "scripts/cli.js",
"scripts": {
"build": "node build.js -f",
"build-lite": "node build.js --lite -f",
"build-single": "node build.js --single-threaded -f",
"build-single-lite": "node build.js --single-threaded --lite -f",
"postinstall": "node scripts/postinstall.js",
"prepack": "node scripts/prepack.js",
"postpack": "node scripts/postpack.js"
},
"files": [
"bin/",
"scripts/postinstall.js"
],
"readmeFilename": "README.md",
"main": "index.js"
}