Skip to content

Commit

Permalink
Merge pull request #16 from UniversityOfNicosia:feature/setup-present…
Browse files Browse the repository at this point in the history
…ation-lib

Feature: Setup Presentation Library Structure
  • Loading branch information
HlexNC committed May 13, 2024
2 parents ad72a7a + 5c4531a commit bef0022
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions presentation-generation-lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock.json
25 changes: 25 additions & 0 deletions presentation-generation-lib/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "@universityofnicosia/unic-presentation-gen-library",
"version": "0.0.1",
"description": "A library and API for presentation creation using officegen",
"main": "src/lib/presentationManager.js",
"scripts": {
"start": "node src/app.js",
"test": "jest"
},
"author": "HlexNC",
"license": "MIT",
"dependencies": {
"express": "^4.19.2",
"officegen": "^0.6.5",
"stream-buffers": "^3.0.2"
},
"devDependencies": {
"jest": "^29.7.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@universityofnicosia"
}
}


0 comments on commit bef0022

Please sign in to comment.