{
  "name": "mume-with-litvis",
  "version": "0.33.1",
  "description": "Fork of mume with added http://litvis.org/",
  "keywords": [
    "markdown"
  ],
  "repository": "https://github.com/gicentre/mume-with-litvis",
  "license": "BSD-3, NCSA",
  "contributors": [
    "shd101wyy",
    "kachkaev",
    "gabyx"
  ],
  "main": "out/src/mume.js",
  "typings": "out/src/mume.d.ts",
  "files": [
    "dependencies",
    "docs",
    "out",
    "styles"
  ],
  "scripts": {
    "build": "tsc --project .",
    "build:watch": "tsc --project . --watch",
    "check:all": "npm run check:prettier && npm run check:tsc && npm run check:tslint",
    "check:prettier": "prettier --check \"**/*.*\"",
    "check:tsc": "tsc --project . --noEmit",
    "check:tslint": "tslint --project .",
    "fix": "npm run fix:tslint && npm run fix:prettier",
    "fix:prettier": "prettier --write \"**/*.*\"",
    "fix:tslint": "tslint --fix --project .",
    "prepare": "npm run build",
    "test": "jest --no-coverage",
    "test:coverage": "jest"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.*": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "apache-arrow": "^4.0.0",
    "babyparse": "^0.4.6",
    "block-attributes": "^0.4.0",
    "block-info": "^0.4.0",
    "cheerio": "1.0.0-rc.3",
    "chrome-location": "^1.2.1",
    "fs-extra": "^9.0.1",
    "imagemagick-cli": "^0.5.0",
    "js-yaml": "^3.14.0",
    "less": "^3.12.2",
    "litvis-integration-mume": "0.10.0",
    "lodash": "^4.17.20",
    "mkdirp": "^1.0.4",
    "node-fetch": "^2.6.1",
    "puppeteer-core": "1.15.0",
    "qiniu": "^7.3.2",
    "request": "^2.88.2",
    "slash": "^3.0.0",
    "temp": "^0.9.1",
    "to-vfile": "^6.1.0",
    "twemoji": "^13.0.1",
    "uslug": "^1.0.4",
    "vega": "^5.21.0",
    "vega-embed": "^6.20.5",
    "vega-lite": "^5.2.0",
    "vega-loader": "^4.4.1",
    "vega-loader-arrow": "^0.0.10",
    "vfile": "^4.2.0",
    "yamljs": "^0.3.0"
  },
  "devDependencies": {
    "@types/cheerio": "0.22.21",
    "@types/jest": "^27.0.2",
    "@types/jquery": "^3.5.1",
    "@types/less": "^3.0.1",
    "@types/lru-cache": "^5.1.0",
    "@types/markdown-it": "0.0.4",
    "@types/mkdirp": "^1.0.1",
    "@types/node": "^14.6.4",
    "@types/uslug": "^1.0.0",
    "@types/vfile": "^4.0.0",
    "@types/vscode": "1.40.0",
    "husky": "^4.2.5",
    "jest": "^27.2.4",
    "lint-staged": "^10.3.0",
    "prettier": "^1.19.1",
    "prettier-plugin-packagejson": "^2.2.5",
    "ts-jest": "^27.0.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.4.3"
  }
}
