{
  "name": "remark-review",
  "description": "wooorm/remark plugin for kmuto/review",
  "license": "MIT",
  "author": "3846masa <3846masahiro+git@gmail.com>",
  "repository": "git@github.com:3846masa/remark-review.git",
  "version": "0.3.1",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "npm-run-all clean -p build:*",
    "build:cpx": "cpx \"src/**/!(*.ts)\" lib",
    "build:tsc": "tsc",
    "clean": "rimraf lib/*",
    "test": "cross-env TS_NODE_TRANSPILE_ONLY=1 mocha --require espower-typescript/guess test/snapshot-test.ts",
    "update-snapshots": "cross-env UPDATE_SNAPSHOTS=true npm run test"
  },
  "types": "lib/index.d.ts",
  "dependencies": {
    "@paperist/remark-caption": "^2.0.1",
    "@paperist/remark-crossref": "^2.0.0",
    "@paperist/remark-math": "^2.0.0",
    "ejs": "^2.6.2",
    "find-up": "^4.1.0",
    "js-yaml": "^3.13.1",
    "lodash.clonedeep": "^4.5.0",
    "lodash.defaultsdeep": "^4.6.1",
    "remark-frontmatter": "^1.3.2",
    "unist-util-visit": "^1.4.1"
  },
  "devDependencies": {
    "@types/ejs": "^2.6.3",
    "@types/find-up": "^2.1.1",
    "@types/fs-extra": "^8.0.0",
    "@types/js-yaml": "^3.12.1",
    "@types/lodash": "^4.14.136",
    "@types/lodash.clonedeep": "^4.5.6",
    "@types/lodash.defaultsdeep": "^4.6.6",
    "@types/mdast": "^3.0.2",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.6.6",
    "@types/unist": "^2.0.3",
    "cpx": "^1.5.0",
    "cross-env": "^5.2.0",
    "espower-typescript": "^9.0.2",
    "fs-extra": "^8.1.0",
    "globby": "^10.0.1",
    "mocha": "^6.2.0",
    "npm-run-all": "^4.1.5",
    "power-assert": "^1.6.1",
    "remark": "^11.0.0",
    "rimraf": "^2.6.3",
    "typescript": "^3.5.3"
  },
  "keywords": [
    "markdown",
    "remark",
    "review"
  ]
}
