{
  "name": "@agreatfool/obsidian-utils",
  "version": "0.3.0",
  "description": "obsidian utility tool, help to generate frontmatter, etc",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "./node_modules/.bin/tsc -w"
  },
  "bin": {
    "obsidian-utils": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agreatfool/obsidian-utils.git"
  },
  "keywords": [
    "Obsidian"
  ],
  "author": "Jonathan Dai",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/agreatfool/obsidian-utils/issues"
  },
  "homepage": "https://github.com/agreatfool/obsidian-utils#readme",
  "dependencies": {
    "commander": "^8.2.0",
    "cors": "^2.8.5",
    "dayjs": "^1.11.5",
    "express": "^4.17.1",
    "http-server": "^13.0.2",
    "mkdirp": "^1.0.4",
    "morgan": "^1.10.0",
    "puppeteer": "^10.4.0",
    "shelljs": "^0.8.4",
    "uuid": "^8.3.2",
    "yaml": "^1.10.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/mkdirp": "^1.0.2",
    "@types/morgan": "^1.9.3",
    "@types/node": "^16.9.6",
    "@types/shelljs": "^0.8.9",
    "@types/uuid": "^8.3.1",
    "@typescript-eslint/eslint-plugin": "^4.31.2",
    "@typescript-eslint/parser": "^4.31.2",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "prettier": "^2.4.1",
    "typescript": "^4.4.3"
  }
}
