UNPKG

sst

Version:
60 lines 1.39 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "sst", "type": "module", "sideEffects": false, "version": "3.16.6", "main": "./dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/sst/sst.git" }, "exports": { ".": "./dist/index.js", "./auth": "./dist/auth/index.js", "./auth/adapter": "./dist/auth/adapter/index.js", "./event": "./dist/event/index.js", "./realtime": "./dist/realtime/index.js", "./*": { "import": "./dist/*.js", "types": "./dist/*.d.ts" } }, "scripts": { "build": "tsc", "dev": "tsc -w", "release": "./scripts/release.ts" }, "devDependencies": { "@tsconfig/node20": "20.1.4", "@types/node": "22.10.0", "hono": "4.3.9", "typescript": "5.7.2", "valibot": "^1.0.0-rc.3", "zod": "^3.24.2" }, "files": [ "dist", "bin" ], "bin": { "sst": "./bin/sst.mjs" }, "optionalDependencies": { "sst-linux-x64": "3.16.6", "sst-linux-x86": "3.16.6", "sst-darwin-x64": "3.16.6", "sst-linux-arm64": "3.16.6", "sst-darwin-arm64": "3.16.6", "sst-win32-x64": "3.16.6", "sst-win32-x86": "3.16.6", "sst-win32-arm64": "3.16.6" }, "dependencies": { "aws-sdk": "2.1692.0", "aws4fetch": "1.0.18", "jose": "5.2.3", "opencontrol": "0.0.6", "openid-client": "5.6.4" } }