mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.0.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.0.0) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@open-gsio/services",
|
|
"type": "module",
|
|
"module": "src/index.ts",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts",
|
|
"types": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"tests": "vitest run",
|
|
"tests:coverage": "vitest run --coverage.enabled=true"
|
|
},
|
|
"devDependencies": {
|
|
"@open-gsio/env": "workspace:*",
|
|
"@open-gsio/client": "workspace:*",
|
|
"@open-gsio/coordinators": "workspace:*",
|
|
"@open-gsio/schema": "workspace:*",
|
|
"@open-gsio/ai": "workspace:*",
|
|
"@anthropic-ai/sdk": "^0.55.0",
|
|
"bun-sqlite-key-value": "^1.13.1",
|
|
"@cloudflare/workers-types": "^4.20241205.0",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@vitest/coverage-v8": "^3.1.4",
|
|
"@vitest/ui": "^3.1.4",
|
|
"chokidar": "^4.0.1",
|
|
"itty-router": "^5.0.18",
|
|
"jsdom": "^24.0.0",
|
|
"mobx": "^6.13.5",
|
|
"mobx-state-tree": "^6.0.1",
|
|
"moo": "^0.5.2",
|
|
"openai": "^5.0.1",
|
|
"typescript": "^5.7.2",
|
|
"vike": "0.4.235",
|
|
"vite": "^7.0.0",
|
|
"vitest": "^3.1.4",
|
|
"wrangler": "^4.18.0",
|
|
"zod": "^3.23.8",
|
|
"dotenv": "^17.0.0"
|
|
}
|
|
}
|