storage-upload/package.json
Jonatan Nilsson 68eef3a6b6 Complete refactor, features and optimization of code
Removed large amount of dependencies.
Added vips support and automatically resizing based on any criteria.
Faster and leaner.
Added ability to fetch listing of files in folders.
2022-01-05 14:47:51 +00:00

32 lines
869 B
JSON

{
"name": "storage-upload",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node api/server.mjs",
"start:bunyan": "node api/server.mjs | bunyan",
"test": "set NODE_ENV=test&& eltro test/**/*.test.mjs -r dot",
"test:linux": "NODE_ENV=test eltro 'test/**/*.test.mjs' -r dot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nfp-projects/storage-upload.git"
},
"author": "Jonatan Nilsson",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/nfp-projects/storage-upload/issues"
},
"homepage": "https://github.com/nfp-projects/storage-upload#readme",
"dependencies": {
"bunyan-lite": "^1.1.1",
"flaska": "^0.9.8",
"formidable": "^1.2.2",
"nconf-lite": "^2.0.0",
"sharp-lite": "^1.29.5"
},
"devDependencies": {
"eltro": "^1.2.3"
}
}