YGOProxiesGenerator/package.json

19 lines
357 B
JSON
Raw Normal View History

2020-01-22 17:20:28 +01:00
{
"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"
}
}