24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"name": "otf",
|
|
"version": "1.0.0",
|
|
"description": "OneTimeFile",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.nannal.com/Node4/OTF"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.2.1",
|
|
"mongodb": "^3.6.3",
|
|
"node-zstandard": "^1.2.4",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|