simple-squiggle/package.json

17 lines
297 B
JSON
Raw Normal View History

{
"name": "@forecasting/simple-squiggle",
2022-04-22 19:22:18 +00:00
"version": "1.1.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
2022-04-16 16:55:44 +00:00
"test": "node src/tests.js",
"cli": "node src/cli.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"mathjs": "^10.4.3"
}
}