convert-multiple-files
Version:
Convert files to other types
57 lines (56 loc) • 1.46 kB
JSON
{
"name": "convert-multiple-files",
"version": "1.2.5",
"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/ArtToledo/Convert-multiple-files.git"
},
"keywords": [
"convert",
"excel",
"word",
"LibreOffice",
"pdf",
"doc",
"docx"
],
"author": "ArtToledo",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArtToledo/Convert-multiple-files/issues"
},
"homepage": "https://github.com/ArtToledo/Convert-multiple-files#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",
"mammoth-style": "0.0.3",
"tar": "^6.1.0"
}
}