UNPKG

@slidef/cli

Version:

CLI tool for converting PDF slides to web-viewable format

54 lines (53 loc) 1.22 kB
{ "name": "@slidef/cli", "version": "1.0.10", "description": "CLI tool for converting PDF slides to web-viewable format", "type": "module", "main": "./dist/index.js", "bin": { "slidef": "./dist/index.js" }, "files": [ "dist", "templates" ], "scripts": { "build": "tsc && chmod +x dist/index.js && rm -rf dist/templates && cp -r src/templates dist/", "dev": "tsc --watch", "clean": "rm -rf dist" }, "keywords": [ "pdf", "slides", "presentation", "cli", "web-viewer", "slide-hosting" ], "author": "kciter", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kciter/slidef.git" }, "homepage": "https://github.com/kciter/slidef#readme", "bugs": { "url": "https://github.com/kciter/slidef/issues" }, "dependencies": { "@napi-rs/canvas": "^0.1.81", "chalk": "^5.3.0", "chokidar": "^3.5.3", "commander": "^12.0.0", "express": "^4.18.2", "multer": "^1.4.5-lts.1", "ora": "^8.0.1", "pdfjs-dist": "^4.0.379" }, "devDependencies": { "@types/express": "^4.17.21", "@types/multer": "^1.4.11", "@types/node": "^20.11.0", "typescript": "^5.3.3" } }