{ "name": "boltic-formatter", "version": "1.0.0", "description": "A formatter for Boltic that processes text and returns formatted results.", "main": "handler.js", "scripts": { "start": "node handler.js" }, "dependencies": { "@playwright/test": "^1.51.1", "body-parser": "^2.2.0", "express": "^4.21.2", "dayjs": "^1.11.13", "html-entities": "^2.6.0", "marked": "^15.0.12", "mathjs": "^14.5.2", "pluralize": "^8.0.0", "turndown": "^7.2.0" }, "engines": { "node": ">=16.0.0" }, "author": "Boltic", "license": "MIT", "type": "module" }