squiggle/packages/cli/package.json

22 lines
475 B
JSON
Raw Normal View History

2022-06-18 04:45:58 +00:00
{
2022-06-20 15:53:19 +00:00
"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.1",
2022-06-20 15:53:19 +00:00
"fs": "^0.0.1-security",
"glob": "^8.0.3",
"indent-string": "^5.0.0"
2022-06-18 04:45:58 +00:00
}
2022-06-20 15:53:19 +00:00
}