UNPKG

@canwdev/pptxgenjs

Version:

Create JavaScript PowerPoint Presentations

81 lines (80 loc) 2.11 kB
{ "name": "@canwdev/pptxgenjs", "version": "3.9.2-beta", "author": { "name": "Brent Ely", "url": "https://github.com/gitbrent/" }, "description": "Create JavaScript PowerPoint Presentations", "homepage": "https://gitbrent.github.io/PptxGenJS/", "license": "MIT", "main": "dist/pptxgen.cjs.js", "module": "dist/pptxgen.es.js", "files": [ "dist", "types" ], "types": "types", "scripts": { "build": "rollup -c", "start": "gulp", "ship": "gulp ship", "defs": "gulp reactTestDefs", "watch": "rollup -cw", "doctoc": "./node_modules/doctoc/doctoc.js README.md", "pub": "npm publish --registry=https://registry.npmjs.org/ --access public && git push" }, "browser": { "express": false, "fs": false, "https": false, "image-size": false, "os": false, "path": false }, "dependencies": { "@types/node": "^16.10.1", "https": "^1.0.0", "image-size": "^1.0.0", "jszip": "^3.7.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.5", "doctoc": "^2.0.1", "express": "^4.17.1", "gulp": "^4.0.2", "gulp-concat": "^2.6.1", "gulp-delete-lines": "0.0.7", "gulp-ignore": "^3.0.0", "gulp-insert": "^0.5.0", "gulp-sourcemaps": "^3.0.0", "gulp-uglify": "^3.0.2", "rollup": "^2.57.0", "rollup-plugin-typescript2": "^0.30.0", "tslib": "^2.3.1", "typescript": "^4.4.3" }, "repository": { "type": "git", "url": "git+https://github.com/gitbrent/PptxGenJS.git" }, "keywords": [ "javascript-create-powerpoint", "javascript-create-pptx", "javascript-generate-pptx", "javascript-powerpoint", "javascript-pptx", "js-create-powerpoint", "js-create-pptx", "js-generate-powerpoint", "js-powerpoint", "js-powerpoint-library", "js-powerpoint-pptx", "react-powerpoint", "typescript-powerpoint" ], "bugs": { "url": "https://github.com/gitbrent/PptxGenJS/issues" } }