mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
23 lines
506 B
JSON
23 lines
506 B
JSON
{
|
|
"name": "@snapotter/enterprise",
|
|
"version": "2.0.0",
|
|
"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": {
|
|
"@aws-sdk/client-s3": "^3.1085.0",
|
|
"@aws-sdk/lib-storage": "^3.1085.0",
|
|
"@snapotter/shared": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE"
|
|
}
|