Files
puter/extensions/fsv2/package.json
Daniel Salazar 99d96edd9c feat: s3 fs in oss (#2761)
* 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
2026-04-02 11:20:59 -07:00

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