2017-12-09 21:51:18 +00:00
|
|
|
{
|
|
|
|
"name": "storage-upload",
|
2022-01-06 09:01:45 +00:00
|
|
|
"version": "2.1.0",
|
2017-12-09 21:51:18 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-10-11 03:39:01 +00:00
|
|
|
"start": "node api/server.mjs",
|
|
|
|
"start:bunyan": "node api/server.mjs | bunyan",
|
2021-10-11 00:21:57 +00:00
|
|
|
"test": "set NODE_ENV=test&& eltro test/**/*.test.mjs -r dot",
|
2021-10-11 02:19:59 +00:00
|
|
|
"test:linux": "NODE_ENV=test eltro 'test/**/*.test.mjs' -r dot"
|
2017-12-09 21:51:18 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2021-07-03 13:56:53 +00:00
|
|
|
"bunyan-lite": "^1.1.1",
|
2022-01-05 14:47:51 +00:00
|
|
|
"flaska": "^0.9.8",
|
2021-10-11 00:56:22 +00:00
|
|
|
"formidable": "^1.2.2",
|
2022-01-05 14:47:51 +00:00
|
|
|
"nconf-lite": "^2.0.0",
|
|
|
|
"sharp-lite": "^1.29.5"
|
2017-12-09 21:51:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-11 01:30:32 +00:00
|
|
|
"eltro": "^1.2.3"
|
2017-12-09 21:51:18 +00:00
|
|
|
}
|
|
|
|
}
|