{
  "name": "typedcube",
  "version": "1.0.0",
  "description": "A Rubiks's cube solver written in TypeScript with primitive methods",
  "main": "lib/bundle.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc",
    "build-watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ThatsEli/typedcube"
  },
  "keywords": [
    "rubiks",
    "cube",
    "solving"
  ],
  "author": "ThatsEli <public@thatseliyt.de> (http://thatseliyt.de)",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^10.12.0",
    "typescript": "^3.1.3"
  },
  "dependencies": {
    "cubejs": "^1.3.1"
  }
}
