2026-06-06 20:17:49 +08:00
|
|
|
{
|
|
|
|
|
"name": "@snapotter/enterprise",
|
2026-06-17 14:33:09 +08:00
|
|
|
"version": "2.0.0",
|
2026-06-06 20:17:49 +08:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "biome check src/",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"clean": "rm -rf dist"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-06-15 15:02:25 +08:00
|
|
|
"@aws-sdk/client-s3": "^3.1068.0",
|
|
|
|
|
"@aws-sdk/lib-storage": "^3.1068.0",
|
2026-06-06 20:17:49 +08:00
|
|
|
"@snapotter/shared": "workspace:*"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"typescript": "^5.7.0"
|
|
|
|
|
},
|
|
|
|
|
"license": "SEE LICENSE IN LICENSE"
|
|
|
|
|
}
|