Initial commit

This commit is contained in:
m.elgin
2026-06-30 11:02:53 +03:00
commit daaeacf973
14 changed files with 1169 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "vampire-government",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node verify.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"pptxgenjs": "^4.0.1"
}
}