41153988d8
Bumps [chalk](https://github.com/chalk/chalk) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
545 B
JSON
24 lines
545 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 .",
|
|
"lint": "prettier --check .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.1.0",
|
|
"chokidar": "^3.5.3",
|
|
"commander": "^9.4.1",
|
|
"fs": "^0.0.1-security",
|
|
"glob": "^8.0.3",
|
|
"indent-string": "^5.0.0"
|
|
}
|
|
}
|