Research-Stack/package.json
dependabot[bot] a19b8a6701
chore(deps): bump the root-npm-minor-patch group across 1 directory with 3 updates
Bumps the root-npm-minor-patch group with 3 updates in the / directory: [@cline/sdk](https://github.com/cline/cline/tree/HEAD/sdk/packages/sdk), [@modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) and [cline](https://github.com/cline/cline/tree/HEAD/apps/cli).


Updates `@cline/sdk` from 0.0.41 to 0.0.59
- [Release notes](https://github.com/cline/cline/releases)
- [Changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cline/cline/commits/sdk/sdk/v0.0.59/sdk/packages/sdk)

Updates `@modelcontextprotocol/inspector` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/modelcontextprotocol/inspector/releases)
- [Commits](https://github.com/modelcontextprotocol/inspector/compare/0.21.2...0.22.0)

Updates `cline` from 3.0.29 to 3.0.39
- [Release notes](https://github.com/cline/cline/releases)
- [Changelog](https://github.com/cline/cline/blob/main/apps/cli/CHANGELOG.md)
- [Commits](https://github.com/cline/cline/commits/cli-v3.0.39/apps/cli)

---
updated-dependencies:
- dependency-name: "@cline/sdk"
  dependency-version: 0.0.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-npm-minor-patch
- dependency-name: "@modelcontextprotocol/inspector"
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-npm-minor-patch
- dependency-name: cline
  dependency-version: 3.0.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-13 14:46:52 +00:00

23 lines
1.2 KiB
JSON

{
"name": "research-stack",
"private": true,
"description": "Local Research Stack tooling dependencies.",
"scripts": {
"install-python": "uv python install 3.11.15",
"setup-cad-env": "cd 5-Applications/text-to-cad && python3.11 -m venv .venv && ./.venv/bin/pip install -r requirements-cad.txt",
"verify-cad": "cd 5-Applications/text-to-cad && ./.venv/bin/python -c \"import build123d; import OCP; print('CAD dependencies OK')\"",
"setup-science-light": "uv venv .venv-science && . .venv-science/bin/activate && uv pip install -r requirements-optional-science.txt",
"setup-science-all": "uv venv --python 3.11 .venv-science && . .venv-science/bin/activate && uv pip install -r requirements-optional-science.txt 'dedalus>=3.0.5' 'liboqs-python>=0.14.1'",
"probe-science": "sh -c 'if [ -x .venv-science/bin/python ]; then .venv-science/bin/python scripts/probe_science_toolbelt.py; else python3 scripts/probe_science_toolbelt.py; fi'"
},
"dependencies": {
"@cline/sdk": "^0.0.59",
"@modelcontextprotocol/inspector": "^0.22.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"better-sqlite3": "^12.10.0",
"cline": "^3.0.39"
},
"overrides": {
"@openai/codex": "0.132.0"
}
}