UNPKG

rbx-scrambler

Version:
38 lines (37 loc) 803 B
{ "name": "rbx-scrambler", "version": "1.0.1", "description": "A puzzle scrambler in Javascript", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "test": "tests" }, "scripts": { "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/adambremler/rbx-scrambler.git" }, "keywords": [ "rubiks", "cube", "scrambler", "WCA" ], "author": "Adam Bremler", "license": "ISC", "files": [ "dist" ], "bugs": { "url": "https://github.com/adambremler/rbx-scrambler/issues" }, "homepage": "https://github.com/adambremler/rbx-scrambler#readme", "devDependencies": { "@types/node": "^18.0.1", "typescript": "^4.7.4" } }