{
  "name": "scrambow",
  "version": "1.8.1",
  "description": "Javascript Rubik's Cube Scramble Generator",
  "repository": {
    "type": "git",
    "url": "git://github.com/Owstin/scrambow.git"
  },
  "keywords": [
    "scramble",
    "scrambow",
    "cube",
    "rubik",
    "jsss"
  ],
  "author": "Austin Moore <owstingreen@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Owstin/scrambow/issues"
  },
  "main": "dist/scrambow.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "scrambow": "./dist/cli.js"
  },
  "files": [
    "/dist"
  ],
  "scripts": {
    "dev:cli": "ts-node src/cli.ts",
    "test": "jest",
    "build": "webpack",
    "postbuild": "node scripts/addSheBang.js dist/cli.js",
    "lint": "eslint . --ext .ts",
    "prepare": "npm run build"
  },
  "dependencies": {
    "commander": "^8.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@types/jest": "^27.0.2",
    "@types/node": "^10.12.0",
    "@typescript-eslint/eslint-plugin": "^4.32.0",
    "@typescript-eslint/parser": "^4.32.0",
    "babel-loader": "^8.2.2",
    "eslint": "^7.32.0",
    "eslint-plugin-jest": "^24.5.0",
    "jest": "^27.2.4",
    "rimraf": "^3.0.2",
    "terser-webpack-plugin": "^5.2.4",
    "ts-jest": "^27.0.5",
    "ts-loader": "^9.2.6",
    "ts-node": "^10.2.1",
    "typescript": "~4.4.3",
    "webpack": "^5.56.0",
    "webpack-cli": "^4.8.0"
  }
}
