{
  "name": "@36node/redux-xlsx",
  "version": "0.1.19",
  "description": "An redux libary for xlsx manipulation",
  "repository": {
    "url": "36node/sketch",
    "type": "git"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "template": "redux-library",
  "files": [
    "dist",
    "bin",
    "typings"
  ],
  "config-overrides-path": "../cli/config-overrides",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "typings": "typings/index.d.ts",
  "scripts": {
    "test": "NODE_ENV=test sketch test --env=node",
    "build": "sketch build"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $GIT_PARAMS",
      "pre-commit": "lint-staged",
      "pre-push": "npm run lint && npm run test"
    }
  },
  "lint-staged": {
    "*.js": [
      "npm run format",
      "git add"
    ]
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "xlsx": "^0.15.1"
  },
  "peerDependencies": {
    "@36node/redux": "^0.1.8",
    "react": "^16.0.0",
    "react-redux": "^6.0.1",
    "redux-saga": "^1.0.2"
  },
  "jest": {
    "displayName": "unit",
    "testMatch": [
      "<rootDir>/**/*.{spec,test}.{js,jsx,ts,tsx}"
    ],
    "transformIgnorePatterns": [
      "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
      "^.+\\.module\\.(css|sass|scss)$"
    ]
  },
  "gitHead": "594582516a4bf4d159a03ccfbfd99df28a5ef86b"
}
