pptx-gslides-manager
Version:
Node.js library for uploading PPTX files to Google Slides, extracting slide shapes and tables, and managing slide decks.
37 lines (36 loc) • 951 B
JSON
{
"name": "pptx-gslides-manager",
"version": "1.0.46",
"description": "Node.js library for uploading PPTX files to Google Slides, extracting slide shapes and tables, and managing slide decks.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pptx",
"google-slides",
"bubble",
"pinecone",
"openai",
"presentations",
"node",
"parser",
"slides"
],
"repository": {
"type": "git",
"url": "git+https://github.com/paulogustavopeixoto/pptx-gslides-manager.git"
},
"author": "Paulo Assis Peixoto",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulogustavopeixoto/pptx-gslides-manager/issues"
},
"homepage": "https://github.com/paulogustavopeixoto/pptx-gslides-manager#readme",
"dependencies": {
"axios": "^1.7.9",
"fs": "^0.0.1-security",
"googleapis": "^144.0.0",
"path": "^0.12.7"
}
}