bcd74eefda
Bumps [commander](https://github.com/tj/commander.js) from 9.3.0 to 9.4.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v9.3.0...v9.4.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
475 B
JSON
22 lines
475 B
JSON
{
|
|
"name": "squiggle-cli-experimental",
|
|
"version": "0.0.3",
|
|
"main": "index.js",
|
|
"homepage": "https://squiggle-language.com",
|
|
"author": "Quantified Uncertainty Research Institute",
|
|
"bin": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ."
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.0.1",
|
|
"chokidar": "^3.5.3",
|
|
"commander": "^9.4.0",
|
|
"fs": "^0.0.1-security",
|
|
"glob": "^8.0.3",
|
|
"indent-string": "^5.0.0"
|
|
}
|
|
}
|