{
  "name": "md2sb",
  "version": "6.0.3",
  "description": "Encode Markdown to Scrapbox.io style text",
  "main": "dist/index.js",
  "bin": {
    "md2sb": "dist/command/index.js"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/pastak/scrapbox-converter/tree/master/packages/md2sb#readme",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/pastak/scrapbox-converter.git"
  },
  "author": "pastak <pasta0915@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@types/node": "20.14.8",
    "commander": "^5.1.0",
    "remark": "^13.0.0",
    "remark-gfm": "^1.0.0",
    "enex2sb": "7.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/unist": "^2.0.11",
    "typescript": "5.7.3",
    "vitest": "^3.0.5"
  },
  "scripts": {
    "build": "tsc --outDir dist --project .",
    "watch": "pnpm run build -- --watch",
    "test": "vitest run",
    "lint": "biome check ./src ./test",
    "lint:fix": "biome check --write ./src ./test",
    "lint:ci": "biome ci ./src ./test",
    "test:watch": "pnpm test -- --watch"
  }
}