You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OTF/package.json

24 lines
495 B

{
"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"
}
}