{
  "name": "@amskey/mfm-js",
  "version": "0.24.0-amskey.0",
  "description": "An MFM parser implementation with TypeScript (fork)",
  "main": "./built/index.js",
  "types": "./built/index.d.ts",
  "scripts": {
    "build": "npm run tsc",
    "tsc": "tsc",
    "tsd": "tsd",
    "parse": "node ./built/cli/parse",
    "parse-simple": "node ./built/cli/parseSimple",
    "api": "npx api-extractor run --local --verbose",
    "api-prod": "npx api-extractor run --verbose",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "jest": "jest --coverage",
    "test": "npm run jest && npm run tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/misskey-dev/mfm.js.git"
  },
  "author": "Marihachi",
  "license": "MIT",
  "devDependencies": {
    "@microsoft/api-extractor": "7.38.5",
    "@types/jest": "29.5.11",
    "@types/node": "20.10.5",
    "@typescript-eslint/eslint-plugin": "6.14.0",
    "@typescript-eslint/parser": "6.14.0",
    "eslint": "8.56.0",
    "jest": "29.7.0",
    "ts-jest": "29.1.1",
    "ts-node": "10.9.2",
    "tsd": "0.30.0",
    "typescript": "5.3.3"
  },
  "dependencies": {
    "@twemoji/parser": "15.0.0"
  },
  "files": [
    "built",
    "CHANGELOG.md"
  ]
}
