{
  "name": "@marklet/detok",
  "version": "1.1.4",
  "description": "A detokenizer for marklet.",
  "author": "jjyyxx <1449843302@qq.com>",
  "contributors": [
    "shigma <1700011071@pku.edu.cn>"
  ],
  "homepage": "https://github.com/obstudio/Marklet/tree/dev/packages/detok",
  "license": "MIT",
  "main": "index.js",
  "module": "dist/document.js",
  "typings": "dist/document.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/obstudio/Marklet.git"
  },
  "bugs": {
    "url": "https://github.com/obstudio/Marklet/issues"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.2"
  },
  "devDependencies": {
    "@marklet/core": "^3.2.3",
    "@marklet/parser": "^1.5.2"
  }
}