{
  "name": "@treelab/common-logic",
  "version": "0.11.5",
  "author": "Treelab",
  "repository": {
    "type": "git",
    "url": "https://github.com/treelab/treelab-common-logic.git"
  },
  "module": "dist/common-logic.esm.js",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepublishOnly": "yarn build && git push --follow-tags && gh-release -y",
    "version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "dependencies": {
    "date-fns": "^2.0.1",
    "debug": "^4.1.1",
    "lodash": "^4.17.15",
    "lodash-es": "^4.17.15"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.171",
    "@typescript-eslint/eslint-plugin": "^4.28.4",
    "@typescript-eslint/parser": "^4.28.4",
    "auto-changelog": "^2.3.0",
    "eslint": "^7.31.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "eslint-plugin-unused-imports": "^1.1.2",
    "gh-release": "^6.0.0",
    "husky": "^7.0.1",
    "prettier": "^2.3.2",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.0",
    "typescript": "^4.3.5"
  }
}
