{
  "name": "min2phase",
  "main": "./dist/min2phase.js",
  "version": "0.0.1",
  "description": "Template for interacting with cubing JS libraries.",
  "author": "Lucas Garron <code@garron.net> (https://garron.net/)",
  "license": "GPL-3.0-or-later",
  "repository": "github:cubing/min2phase.js",
  "bugs": {
    "url": "https://github.com/cubing/min2phase.js/issues"
  },
  "types": "./dist/index.d.ts",
  "dependencies": {
    "alg": "^0.9.17",
    "kpuzzle": "^0.9.17"
  },
  "externalsForWebpack": [
    "alg",
    "kpuzzle"
  ],
  "devDependencies": {
    "@types/jest": "^23.3.1",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "jest": "^23.5.0",
    "ts-jest": "^23.1.3",
    "ts-loader": "^4.4.2",
    "ts-node": "^7.0.0",
    "typescript": "^2.9.2",
    "webpack": "^4.12.2",
    "webpack-cli": "^3.0.8",
    "webpack-notifier": "^1.6.0",
    "worker-plugin": "^1.0.0"
  },
  "scripts": {
    "test": "jest",
    "prepublishOnly": "make dist"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
