mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Bumps the root-npm-minor-patch group with 1 update in the / directory: [better-sqlite3](https://github.com/WiseLibs/better-sqlite3). Updates `better-sqlite3` from 12.9.0 to 12.10.0 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v12.9.0...v12.10.0) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 12.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit a456172af7454d441dec274adebdd8c836e33096)
23 lines
1.2 KiB
JSON
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.41",
|
|
"@modelcontextprotocol/inspector": "^0.21.2",
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"better-sqlite3": "^12.10.0",
|
|
"cline": "^3.0.7"
|
|
},
|
|
"overrides": {
|
|
"@openai/codex": "0.132.0"
|
|
}
|
|
}
|