UNPKG

sr-scrambler

Version:

utilitiy to generate scrambles for twisty puzzles (rubiks cube, megaminx, pyraminx, skewb, square1)

37 lines (36 loc) 1.02 kB
{ "name": "sr-scrambler", "version": "2.0.2", "description": "utilitiy to generate scrambles for twisty puzzles (rubiks cube, megaminx, pyraminx, skewb, square1)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production --config webpack.config.js", "dev": "webpack --progress --watch --mode development --config webpack.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/tdecker91/srScrambler.git" }, "keywords": [ "javascript", "rubiks", "cube", "scrambler", "scramble", "generator" ], "author": "tyson.decker@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/tdecker91/srScrambler/issues" }, "homepage": "https://github.com/tdecker91/srScrambler#readme", "devDependencies": { "ts-loader": "^9.2.7", "typescript": "^4.6.2", "webpack": "^5.70.0", "webpack-cli": "^4.9.2" } }