mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-03 13:09:16 -04:00

## Enhancements - Implemented drag and drop into text fields - Tidy up code - Translations update from Hosted Weblate (Italian) ## Fixes - Received URLs with single letter subdomains not hydrated into links #258 - Button does not change color on hover (#262 + #263) - On Windows Edge, PeerUI shows „preparing“ when file selector is cancelled (#257)
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"name": "pairdrop",
|
|
"version": "1.10.7",
|
|
"type": "module",
|
|
"description": "",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"start:prod": "node server/index.js --rate-limit --auto-restart"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^7.1.5",
|
|
"ua-parser-js": "^1.0.37",
|
|
"unique-names-generator": "^4.3.0",
|
|
"ws": "^8.16.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=15"
|
|
}
|
|
}
|