Cloudron-Pandoc-PDF-Builder/package.json

20 lines
415 B
JSON
Raw Permalink Normal View History

2022-01-29 10:10:50 +00:00
{
"name": "pandoc-cloudron",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"content-disposition": "^0.5.4",
"destroy": "^1.1.0",
"formidable": "^2.0.1",
"fs": "^0.0.1-security",
"on-finished": "^2.3.0"
}
}