{
  "name": "@form8ion/remark-inject-badges",
  "description": "remark plugin to inject badges into form8ion conventional zones",
  "license": "MIT",
  "version": "3.2.1",
  "type": "module",
  "engines": {
    "node": "^16.14 || >=18"
  },
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
  "repository": "form8ion/remark-inject-badges",
  "bugs": "https://github.com/form8ion/remark-inject-badges/issues",
  "homepage": "https://npm.im/@form8ion/remark-inject-badges",
  "runkitExampleFilename": "./example.js",
  "exports": "./lib/index.js",
  "main": "./lib/index.js",
  "sideEffects": false,
  "scripts": {
    "pretest": "run-s build",
    "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
    "lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
    "lint:js": "eslint . --cache",
    "lint:md": "remark . --frail",
    "generate:md": "remark . --output",
    "pregenerate:md": "npm run build",
    "lint:sensitive": "ban",
    "clean": "rimraf ./lib",
    "prebuild": "run-s clean",
    "build": "npm-run-all --print-label --parallel build:*",
    "build:js": "rollup --config",
    "watch": "run-s 'build:js -- --watch'",
    "prepack": "run-s build",
    "test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
    "test:unit:base": "DEBUG=any vitest run",
    "lint:peer": "npm ls >/dev/null",
    "prepare": "husky install",
    "lint:gherkin": "gherkin-lint",
    "pretest:integration:base": "run-s build",
    "test:integration": "run-s 'test:integration:base -- --profile noWip'",
    "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
    "test:integration:debug": "DEBUG=test run-s test:integration",
    "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
    "test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
    "test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
    "lint:engines": "ls-engines",
    "lint:publish": "publint --strict"
  },
  "files": [
    "example.js",
    "lib/"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "mdast-zone": "^6.0.1"
  },
  "devDependencies": {
    "@cucumber/cucumber": "9.3.0",
    "@form8ion/commitlint-config": "1.0.53",
    "@form8ion/eslint-config": "5.0.36",
    "@form8ion/eslint-config-cucumber": "1.4.1",
    "@form8ion/eslint-config-mocha": "2.0.3",
    "@form8ion/remark-lint-preset": "5.0.9",
    "@travi/any": "2.1.8",
    "ban-sensitive-files": "1.9.19",
    "c8": "8.0.1",
    "chai": "4.3.7",
    "cross-env": "7.0.3",
    "cz-conventional-changelog": "3.3.0",
    "gherkin-lint": "4.2.2",
    "husky": "8.0.3",
    "jest-when": "3.5.2",
    "lockfile-lint": "4.10.6",
    "lodash.zip": "4.2.0",
    "ls-engines": "0.9.0",
    "mdast-util-assert": "5.0.0",
    "mdast-util-from-markdown": "2.0.0",
    "mock-fs": "5.2.0",
    "npm-run-all": "4.1.5",
    "publint": "0.2.0",
    "remark": "14.0.3",
    "remark-cli": "11.0.0",
    "remark-toc": "8.0.1",
    "remark-usage": "10.0.1",
    "rimraf": "5.0.1",
    "rollup": "3.26.3",
    "rollup-plugin-auto-external": "2.0.0",
    "unist-util-find-all-after": "5.0.0",
    "vitest": "0.33.0"
  }
}
