{
  "directories": {
    "test": "test"
  },
  "author": "azu",
  "license": "MIT",
  "files": [
    "bin/",
    "lib/",
    "src/"
  ],
  "name": "shallow-equal-object",
  "version": "1.1.1",
  "description": "Shallow equal check object.",
  "main": "./lib/src/shallow-equal-object.js",
  "types": "./lib/src/shallow-equal-object.d.ts",
  "scripts": {
    "test": "mocha test/",
    "build": "cross-env NODE_ENV=production tsc -p .",
    "watch": "tsc -p . --watch",
    "prepublish": "npm run --if-present build",
    "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'",
    "precommit": "lint-staged",
    "postcommit": "git reset"
  },
  "keywords": [
    "object",
    "check",
    "equal",
    "shallow-equal",
    "equal",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/azu/shallow-equal-object.git"
  },
  "bugs": {
    "url": "https://github.com/azu/shallow-equal-object/issues"
  },
  "homepage": "https://github.com/azu/shallow-equal-object",
  "devDependencies": {
    "@types/mocha": "^2.2.40",
    "@types/node": "^7.0.12",
    "cross-env": "^4.0.0",
    "espower-typescript": "^8.0.0",
    "husky": "^0.14.3",
    "lint-staged": "^5.0.0",
    "mocha": "^3.2.0",
    "power-assert": "^1.4.2",
    "prettier": "^1.8.2",
    "typescript": "^2.2.2"
  },
  "prettier": {
    "printWidth": 120,
    "tabWidth": 4
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,css}": [
      "prettier --write",
      "git add"
    ]
  }
}
