UNPKG

@kangthink/present

Version:

Transform Markdown into beautiful animated presentations with CLI and web editor support

69 lines (68 loc) 1.55 kB
{ "name": "@kangthink/present", "version": "1.1.0", "description": "Transform Markdown into beautiful animated presentations with CLI and web editor support", "main": "present.js", "bin": { "present": "./present.js" }, "scripts": { "test": "echo \"No tests specified, skipping...\"", "dev": "node present.js --web", "start": "node present.js --web", "build": "echo \"No build step required\"", "prepublishOnly": "npm test" }, "keywords": [ "markdown", "presentation", "cli", "html", "pdf", "animation", "web-editor", "slideshow", "puppeteer", "live-reload", "toc", "laser-pointer", "ai-suggestions" ], "author": { "name": "Present Team", "email": "contact@present.dev" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kangthink/present.git" }, "bugs": { "url": "https://github.com/kangthink/present/issues" }, "homepage": "https://github.com/kangthink/present#readme", "engines": { "node": ">=16.0.0" }, "files": [ "present.js", "template.html", "README.md", "LICENSE" ], "dependencies": { "chokidar": "^3.6.0", "commander": "^12.0.0", "dotenv": "^16.4.5", "express": "^4.19.2", "markdown-it": "^14.1.0", "markdown-it-anchor": "^8.6.7", "markdown-it-multimd-table": "^4.2.3", "multer": "^1.4.5-lts.1", "openai": "^4.47.1", "puppeteer": "^22.9.0", "slug": "^9.1.0", "ws": "^8.17.0" }, "preferGlobal": true }