cube-state-engine
Version:
An efficient representation in memory for tracking the Rubik's cube state on each movement.
35 lines (34 loc) • 928 B
JSON
{
"name": "cube-state-engine",
"version": "1.0.5",
"description": "An efficient representation in memory for tracking the Rubik's cube state on each movement.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --watch",
"build": "tsup src/index.js --format cjs,esm --dts",
"lint": "tsc"
},
"keywords": [
"rubiks-cube",
"puzzle",
"virtualization",
"cube-tracking"
],
"author": "Bryan Lundberg",
"license": "MIT",
"homepage": "https://github.com/bryanlundberg/cube-state-engine#readme",
"repository": {
"type": "git",
"url": "https://github.com/bryanlundberg/cube-state-engine"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
}
}