50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "webrtc-file-transfer",
|
|
"version": "1.0.0",
|
|
"description": "WebRTC large file transfer solution with Node.js and Express",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "node dist",
|
|
"compile": "./node_modules/.bin/tsc -p tsconfig.json",
|
|
"compile:client": "./node_modules/.bin/tsc -p tsconfig.browser.json"
|
|
},
|
|
"keywords": [
|
|
"webrtc",
|
|
"file-transfer",
|
|
"socket.io",
|
|
"express",
|
|
"typescript"
|
|
],
|
|
"author": "mattmcw",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.777.0",
|
|
"@aws-sdk/lib-storage": "^3.779.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.777.0",
|
|
"@aws-sdk/xhr-http-handler": "^3.775.0",
|
|
"ansi-colors": "^4.1.3",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^2.2.0",
|
|
"chokidar": "^4.0.3",
|
|
"cli-progress": "^3.12.0",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.18.2",
|
|
"express-handlebars": "^8.0.1",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.30.1",
|
|
"socket.io": "^4.7.2",
|
|
"socket.io-client": "^4.7.2",
|
|
"sqlite3": "^5.1.7",
|
|
"stripe": "^17.7.0",
|
|
"triple-beam": "^1.4.1",
|
|
"uuid": "^11.1.0",
|
|
"winston": "^3.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cli-progress": "^3.11.6",
|
|
"@types/express": "^4.17.17",
|
|
"@types/node": "^20.5.1",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|