mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
32 lines
743 B
JSON
32 lines
743 B
JSON
{
|
|
"name": "@nestri/functions",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/steamcommunity": "^3.43.8"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@actor-core/bun": "^0.8.0",
|
|
"@actor-core/file-system": "^0.8.0",
|
|
"@openauthjs/openauth": "catalog:",
|
|
"@aws-sdk/client-lambda": "^3.821.0",
|
|
"@aws-sdk/client-s3": "^3.806.0",
|
|
"@aws-sdk/client-sqs": "^3.806.0",
|
|
"@nestri/core": "workspace:",
|
|
"actor-core": "^0.8.0",
|
|
"hono": "^4.7.8",
|
|
"hono-openapi": "^0.4.8",
|
|
"steam-session": "*",
|
|
"steamcommunity": "^3.48.6",
|
|
"steamid": "^2.1.0"
|
|
}
|
|
}
|