{
  "name": "@opera7133/mfmp",
  "version": "v1.0.2-5",
  "author": "wamo <ainznino@pm.me>",
  "license": "MIT",
  "description": "MFM to HTML Converter",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opera7133/mfmp.git"
  },
  "keywords": [
    "misskey",
    "markdown",
    "parser",
    "mfm"
  ],
  "bugs": {
    "url": "https://github.com/opera7133/mfmp/issues"
  },
  "homepage": "https://github.com/opera7133/mfmp#readme",
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.13.0",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@types/jsdom": "^21.1.0",
    "jsdom": "^21.1.0",
    "mfm-js": "^0.23.3"
  }
}