UNPKG

convert-multiple-files-ul

Version:
59 lines (58 loc) 1.51 kB
{ "name": "convert-multiple-files-ul", "version": "1.0.1", "description": "Convert files to other types", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "jest --config jestconfig.json", "dev": "ts-node-dev --transpile-only --ignore-watch node_modules src/index.ts", "build": "tsc", "postinstall": "node lib/utils/download-libreoffice.js", "format": "prettier --write \"src/**/*.ts\"", "prepare": "npm run build", "prepublishOnly": "npm test", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/umbrellalimited/convert-multiple-files-ul.git" }, "keywords": [ "convert", "excel", "word", "LibreOffice", "pdf", "doc", "docx" ], "author": "umbrellalimited", "license": "ISC", "bugs": { "url": "https://github.com/umbrellalimited/Convert-multiple-files-ul/issues" }, "homepage": "https://github.com/umbrellalimited/Convert-multiple-files-ul#readme", "devDependencies": { "@types/jest": "^26.0.20", "@types/tar": "^4.0.4", "jest": "^26.6.3", "prettier": "^2.2.1", "ts-jest": "^26.5.3", "ts-node-dev": "^1.1.6", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.2.3" }, "dependencies": { "axios": "^0.21.1", "tar": "^6.1.0" }, "directories": { "lib": "lib" } }