UNPKG

@hckrnews/ppt2pdf

Version:
64 lines 1.82 kB
{ "name": "@hckrnews/ppt2pdf", "version": "0.3.6", "description": "Convert ppt to pdf", "files": [ "src/converter.js" ], "source": "src/converter.js", "main": "src/converter.js", "repository": { "type": "git", "url": "https://github.com/hckrnews/ppt2pdf.git" }, "keywords": [ "javascript", "ppt", "pptx", "powerpoint", "pdf" ], "author": { "name": "Pieter Wigboldus", "url": "https://hckr.news/" }, "bugs": { "url": "https://github.com/hckrnews/ppt2pdf/issues" }, "license": "MIT", "homepage": "https://github.com/hckrnews/ppt2pdf#readme", "scripts": { "lint": "eslint src/*.js --config .eslintrc", "lint:report": "eslint src/*.js --config .eslintrc -f json -o report.json", "lint:fix": "eslint src/*.js --config .eslintrc --fix", "test": "c8 node --test", "cpd": "node_modules/jscpd/bin/jscpd src", "vulnerabilities": "npm audit --production" }, "devDependencies": { "@hckrnews/eslint-config": "^3.0.0", "c8": "^10.0.0", "eslint": "^8.15.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-html": "^8.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^50.0.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-n": "^17.9.0", "eslint-plugin-prettier": "^5.0.0", "esm": "^3.2.25", "jscpd": "^4.0.0" }, "dependencies": { "@hckrnews/converter": "^0.5.0" }, "engines": { "node": ">= 18" }, "type": "module", "funding": { "type": "github", "url": "https://github.com/sponsors/w3nl" } }