{
  "name": "unist-util-flatmap",
  "version": "1.0.0",
  "description": "Create a new Unist tree by mapping (to an array) and flattening",
  "license": "MIT",
  "keywords": [
    "unist",
    "textlint",
    "util"
  ],
  "repository": "https://gitlab.com/staltz/unist-util-flatmap",
  "author": "<contact@staltz.com>",
  "main": "index.js",
  "devDependencies": {
    "mocha": "^5.0.0",
    "object-assign": "4.1.1",
    "prettier": "^1.12.1",
    "remark-cli": "^5.0.0",
    "remark-preset-wooorm": "^4.0.0"
  },
  "scripts": {
    "format": "remark . -qfo && prettier --write '**/*.js'",
    "test-api": "mocha",
    "test": "npm run format && npm run test-api"
  },
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "bracketSpacing": false,
    "semi": false,
    "trailingComma": "none"
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  }
}
