{
  "name": "markdown-code-block-meta",
  "version": "0.1.1",
  "description": "A library to parse/stringify metadata of markdown code block",
  "license": "MIT",
  "author": {
    "name": "Eric Chen"
  },
  "keywords": [
    "code-block",
    "key-value",
    "markdown",
    "meta",
    "metadata",
    "pair",
    "remark"
  ],
  "homepage": "https://github.com/show-docs/markdown-code-block-meta",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/show-docs/markdown-code-block-meta.git"
  },
  "bugs": {
    "url": "https://github.com/show-docs/markdown-code-block-meta/issues"
  },
  "main": "index.js",
  "files": [
    "index.d.ts"
  ],
  "type": "module",
  "devDependencies": {
    "@bring-it/npm": "^0.9.3",
    "@nice-move/all-in-base": "^0.6.31",
    "ava": "^6.4.1",
    "eslint": "^9.39.2",
    "garou": "^0.9.17",
    "prettier": "~3.7.4",
    "typescript": "~5.9.3"
  },
  "engines": {
    "node": ">=20.0.0",
    "pnpm": "^10.28.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "ava": {
    "extensions": [
      "mts"
    ]
  },
  "prettier": "@nice-move/prettier-config",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "lint:eslint": "eslint . --quiet --fix --concurrency=auto",
    "lint:staged": "nice-move lint staged",
    "lint:type": "tsc -p tsconfig.json",
    "snapshot": "ava --fail-fast -u",
    "test": "ava --fail-fast"
  }
}