mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
99d96edd9c
* feat: s3 fs in oss * feat: new endpoints in OSS * fix: name of fs extension * perf: signed uploads * fix: await socket events to align fs events * fix: default bucket names * fix: backend tests * fix: deps * fix: order
30 lines
680 B
JSON
30 lines
680 B
JSON
{
|
|
"name": "@heyputer/fs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"postinstall": "tsc --noCheck",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^24.9.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3",
|
|
"@aws-sdk/client-s3": "^3.1021.0"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/s3-request-presigner": "^3.1021.0",
|
|
"body-parser": "^2.2.0",
|
|
"busboy": "^1.6.0",
|
|
"http-status-codes": "^2.3.0",
|
|
"stripe": "^20.1.2",
|
|
"uuid": "^13.0.0"
|
|
}
|
|
}
|