This commit is contained in:
ImBenji
2025-12-31 07:07:52 +00:00
commit ade522e2ff
18 changed files with 2841 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "quotegen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "node generate.js",
"start": "node api.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"node-html-to-image": "^5.0.0",
"express": "^4.18.2"
}
}