2024-07-10 02:34:23 +00:00
|
|
|
{
|
2024-07-15 16:07:04 +00:00
|
|
|
"name": "@futureporn/storage",
|
2024-07-14 05:20:35 +00:00
|
|
|
"type": "module",
|
2024-07-10 02:34:23 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"exports": {
|
2024-09-03 16:28:39 +00:00
|
|
|
"./*.ts": "./src/*.ts"
|
2024-07-10 02:34:23 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-07-16 10:46:44 +00:00
|
|
|
"test": "echo \"Warn: no test specified\" && exit 0",
|
|
|
|
"clean": "rm -rf dist",
|
|
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
2024-07-10 02:34:23 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "@CJ_Clippy",
|
|
|
|
"license": "Unlicense",
|
|
|
|
"dependencies": {
|
2024-09-03 16:28:39 +00:00
|
|
|
"@aws-sdk/client-s3": "^3.637.0",
|
|
|
|
"@aws-sdk/lib-storage": "^3.637.0",
|
|
|
|
"@futureporn/types": "workspace:^",
|
2024-07-10 02:34:23 +00:00
|
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
2024-09-03 16:28:39 +00:00
|
|
|
"@types/node": "^22.5.2",
|
2024-07-10 02:34:23 +00:00
|
|
|
"dotenv": "^16.4.5"
|
|
|
|
}
|
|
|
|
}
|