UNPKG

soffice

Version:

wrapper of the LibreOffice CLI - convert between office files, pdf, and html files

65 lines (64 loc) 1.45 kB
{ "name": "soffice", "version": "1.1.0", "type": "commonjs", "description": "wrapper of the LibreOffice CLI - convert between office files, pdf, and html files", "keywords": [ "libreoffice", "soffice", "convert", "pdf", "html", "word", "document", "spreadsheet", "presentation", "doc", "docx", "odt", "odp", "pptx", "ppt", "ods", "xlsx", "xls" ], "author": { "name": "Beeno Tung", "email": "aabbcc1241@yahoo.com.hk", "url": "https://beeno-tung.surge.sh" }, "license": "BSD-2-Clause", "repository": { "type": "git", "url": "git+https://github.com/beenotung/soffice.git" }, "homepage": "https://github.com/beenotung/soffice#readme", "bugs": { "url": "https://github.com/beenotung/soffice/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "npm run mocha && tsc --noEmit", "clean": "rimraf dist", "build": "rimraf dist && tsc -p . && rimraf dist/tsconfig.tsbuildinfo dist/*.spec.*", "tsc": "tsc -p .", "mocha": "rm -f *.js && ts-mocha \"*.{test,spec}.ts\"" }, "devDependencies": { "@types/chai": "4", "@types/mocha": "10", "@types/node": "^22.13.5", "chai": "4", "mocha": "10", "rimraf": "^6.0.1", "ts-mocha": "10", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "typescript": "^5.7.3" } }