-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 856 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "filen-public-express",
"version": "1.0.5",
"main": "dist/index.js",
"types": "dist/index.d.js",
"type": "module",
"homepage": "https://github.com/desw0lf/filen-public-express#readme",
"scripts": {
"tsc": "tsc --build",
"build": "npm run tsc",
"start-example": "node examples/basic-typescript.ts"
},
"engines": {
"node": ">=22.6.0"
},
"author": "deswolf",
"license": "AGPLv3",
"description": "A lightweight, unofficial file retrieval server powered by the Filen.io SDK. Designed for public, read-only access to files such as images, PDFs, and videos.",
"keywords": [
"filen",
"s3",
"filen.io"
],
"dependencies": {
"@filen/s3": "^0.2.53",
"cors": "^2.8.5",
"pino-http": "^10.4.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"typescript": "^5.7.3"
}
}