{
  "name": "@dendronhq/common-all",
  "version": "0.122.0",
  "description": "common-all",
  "license": "GPLv3",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/dendronhq/dendron.git",
    "directory": "packages/common-all"
  },
  "author": {
    "name": "Kevin Lin",
    "email": "kevin@thence.io",
    "url": "https://kevinslin.com"
  },
  "keywords": [
    "common"
  ],
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf lib && rimraf coverage",
    "format": "echo nop",
    "lint": "echo stub",
    "prepublishOnly": "yarn build",
    "prebuild": "yarn clean && yarn format && yarn lint && echo Using TypeScript && tsc --version",
    "build": "yarn compile",
    "buildCI": "yarn compile",
    "compile": "tsc -p tsconfig.build.json ",
    "watch": "yarn compile --watch"
  },
  "dependencies": {
    "@swc/helpers": "^0.3.2",
    "axios": "^0.21.4",
    "dropbox": "^4.0.30",
    "fast-levenshtein": "^3.0.0",
    "fuse.js": "^6.4.6",
    "github-slugger": "^1.3.0",
    "gray-matter": "^4.0.2",
    "http-status-codes": "^2.1.4",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.15",
    "luxon": "^1.25.0",
    "minimatch": "5.1.0",
    "nanoid": "^3.1.23",
    "neverthrow": "^6.0.0",
    "normalize-path": "^3.0.0",
    "qs": "^6.10.1",
    "semver": "^7.3.2",
    "spark-md5": "^3.0.2",
    "title": "^3.4.4",
    "vscode-uri": "^3.0.3",
    "zod": "3.19.1",
    "zod-validation-error": "^0.1.1"
  },
  "devDependencies": {
    "@types/fast-levenshtein": "^0.0.2",
    "@types/github-slugger": "^1.3.0",
    "@types/js-yaml": "^4.0.5",
    "@types/lodash": "^4.14.152",
    "@types/luxon": "^1.25.0",
    "@types/minimatch": "^3.0.5",
    "@types/nanoid-dictionary": "^4.2.0",
    "@types/node": "13.11.0",
    "@types/normalize-path": "^3.0.0",
    "@types/semver": "^7.3.4",
    "@types/title": "^3.4.1",
    "@types/unist": "^2.0.3",
    "coveralls": "^3.0.2",
    "rimraf": "^2.6.2",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "36363cec02d4c84aa379c4795b04503ce75bbed0"
}
