first commit

This commit is contained in:
2020-01-22 17:20:28 +01:00
commit 19c1067a40
91 changed files with 1455 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "ygopdfproxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.1",
"fs": "0.0.1-security",
"path": "^0.12.7",
"pdfkit": "^0.11.0",
"request": "^2.88.0"
}
}