{
  "name": "@rayyamhk/matrix",
  "version": "1.0.8",
  "author": "Ray Yam",
  "contributors": [
    "Ray Yam"
  ],
  "description": "A professional, comprehensive and high-performance library for you to manipulate matrices.",
  "keywords": [
    "Math",
    "Mathematics",
    "Complex Number",
    "Matrix",
    "Vector",
    "Algebra",
    "Linear Algebra",
    "Linear Equations",
    "Eigenvalues",
    "Condition Number",
    "Norm",
    "Inverse",
    "Determinant",
    "Decomposition",
    "LU",
    "QR"
  ],
  "homepage": "https://rayyamhk.github.io/Matrix.js/",
  "bugs": {
    "url": "https://github.com/rayyamhk/Matrix.js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rayyamhk/Matrix.js.git"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run test && babel src --out-dir lib --ignore src/**/*.test.js",
    "test": "eslint && jest --testPathPattern=src/tests",
    "test-single": "eslint && jest --testPathPattern=$1",
    "jsdoc": "jsdoc -c ./jsdoc.config.json ./README.md"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run test"
    }
  },
  "devDependencies": {
    "@babel/cli": "7.10.5",
    "@babel/core": "7.11.4",
    "@babel/preset-env": "7.11.0",
    "babel-eslint": "10.1.0",
    "babel-loader": "8.1.0",
    "eslint": "7.7.0",
    "eslint-config-airbnb-base": "14.2.0",
    "eslint-plugin-jest": "23.20.0",
    "husky": "4.2.5",
    "jest": "26.1.0"
  },
  "dependencies": {
    "@rayyamhk/complex": "1.0.10"
  }
}
