UNPKG

libreoffice-file-converter

Version:

Simple NodeJS wrapper for libreoffice CLI for converting office documents to different formats

79 lines (78 loc) 2.32 kB
{ "name": "libreoffice-file-converter", "version": "3.2.0", "description": "Simple NodeJS wrapper for libreoffice CLI for converting office documents to different formats", "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "exports": { "import": "./dist/index.mjs", "require": "./dist/index.js" }, "scripts": { "build": "tsup", "format": "prettier --write \"./src/**/*.ts\"", "lint:fix": "eslint \"./src/**/*.ts\" --fix", "lint": "eslint \"./src/**/*.ts\"", "prepare": "husky", "release": "release-it", "release:preview": "release-it --dry-run", "test": "jest --config jest.config.ts --testTimeout=15000 ", "test:coverage": "jest --config jest.config.ts --testTimeout=15000 --coverage", "typecheck": "tsc --project tsconfig.typecheck.json --noEmit" }, "dependencies": { "tmp-promise": "3.0.3" }, "devDependencies": { "@commitlint/cli": "19.6.1", "@commitlint/config-conventional": "19.6.0", "@eslint/compat": "1.2.5", "@eslint/js": "9.18.0", "@release-it/bumper": "7.0.1", "@release-it/conventional-changelog": "10.0.0", "@swc/core": "1.10.9", "@types/jest": "29.5.14", "@types/node": "22.10.10", "@types/tmp": "0.2.6", "eslint": "9.18.0", "eslint-config-prettier": "10.0.1", "eslint-import-resolver-typescript": "3.7.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-typescript-sort-keys": "3.3.0", "eslint-plugin-unused-imports": "4.1.4", "husky": "9.1.7", "jest": "29.7.0", "lint-staged": "15.4.2", "prettier": "3.4.2", "release-it": "18.1.2", "ts-jest": "29.2.5", "ts-node": "10.9.2", "tslib": "2.8.1", "tsup": "8.3.5", "typescript": "5.7.3", "typescript-eslint": "8.21.0" }, "keywords": [ "converter", "file converter", "LibreOffice" ], "repository": { "type": "git", "url": "git+https://github.com/Girilloid/libreoffice-file-converter.git" }, "bugs": { "url": "https://github.com/Girilloid/libreoffice-file-converter/issues" }, "homepage": "https://github.com/Girilloid/libreoffice-file-converter#readme", "license": "MIT", "engines": { "node": ">=14" } }