{
  "name": "@sharkey/sfm-js",
  "version": "0.23.3",
  "description": "An SFM parser implementation with fixes based on MFM",
  "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://git.joinsharkey.org/Sharkey/sfm.js.git"
  },
  "author": "Marie",
  "license": "MIT",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.28.4",
    "@types/jest": "^28.1.4",
    "@types/node": "18.0.3",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "eslint": "^8.19.0",
    "jest": "^28.1.2",
    "ts-jest": "^28.0.5",
    "ts-node": "10.8.2",
    "tsd": "^0.22.0",
    "typescript": "4.7.4"
  },
  "dependencies": {
    "twemoji-parser": "14.0.0"
  },
  "files": [
    "built",
    "CHANGELOG.md"
  ]
}