{
  "name": "mat-for-js",
  "version": "1.1.0",
  "description": "Converts Matlab Level 5 MAT-files to JavaSript objects",
  "main": "lib/index.js",
  "type": "module",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "webpack",
    "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest",
    "itest": "xdg-open ./test/test.html",
    "lint": "eslint ./lib ./test --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KovacsGG/mat4js.git"
  },
  "keywords": [
    "matlab",
    "mat-file"
  ],
  "author": "Kovács Gellért Gábor <kovacsgellertgabor@gmai.com> (https://kgello.me)",
  "contributors": ["Seairth Jacobs <sjacobs@wrsystems.com>"],
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/KovacsGG/mat4js/issues"
  },
  "homepage": "https://github.com/KovacsGG/mat4js#readme",
  "dependencies": {
    "pako": "^1.0.11"
  },
  "devDependencies": {
    "eslint": "^8.21.0",
    "eslint-config-google": "^0.14.0",
    "jest": "^28.1.3",
    "webpack-cli": "^4.10.0"
  }
}
