{
  "name": "@notesnook/importer",
  "private": false,
  "version": "1.3.3",
  "main": "dist/index.js",
  "description": "Convert notes from various note taking apps into a simple & standard format.",
  "scripts": {
    "test": "tap --ts --no-check-coverage --no-coverage",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@notesnook/enex": "^1.0.3",
    "@notesnook/onenote": "^1.0.2",
    "@notesnook/znel": "^1.0.0",
    "@standardnotes/common": "^1.19.8",
    "@standardnotes/features": "^1.42.1",
    "fflate": "^0.7.3",
    "highlight.js": "^11.4.0",
    "node-html-parser": "github:thecodrr/node-html-parser",
    "showdown": "github:thecodrr/showdown",
    "spark-md5": "^3.0.2"
  },
  "devDependencies": {
    "@microsoft/microsoft-graph-types-beta": "^0.25.0-preview",
    "@node-rs/xxhash": "^1.0.1",
    "@standardnotes/snjs": "^2.92.3",
    "@types/kendo-ui": "^2022.1.0",
    "@types/node": "^12.20.42",
    "@types/showdown": "^1.9.4",
    "@types/sinon": "^10.0.11",
    "@types/spark-md5": "^3.0.2",
    "@types/tap": "^15.0.5",
    "fdir": "^5.1.0",
    "sinon": "^13.0.1",
    "tap": "^15.1.2",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.2"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/streetwriters/notesnook.git",
    "directory": "packages/importer"
  }
}
