{
  "name": "remark-collapse",
  "version": "0.1.2",
  "main": "index.js",
  "repository": "git@github.com:Rokt33r/remark-collapse.git",
  "author": "Junyoung Choi <fluke8259@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "jest": "^19.0.2",
    "remark": "^7.0.0",
    "standard": "^9.0.2"
  },
  "scripts": {
    "test": "jest --coverage",
    "test:api": "jest",
    "test:watch": "jest --watch",
    "lint": "standard",
    "pretest": "npm run lint --silent"
  },
  "standard": {
    "env": [
      "jest"
    ]
  },
  "dependencies": {
    "mdast-util-heading-range": "^2.0.1",
    "mdast-util-to-string": "^1.0.2"
  },
  "files": [
    "index.js"
  ],
  "jest": {
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    }
  }
}
