simple-squiggle/package.json
2022-04-22 15:22:18 -04:00

17 lines
297 B
JSON

{
"name": "@forecasting/simple-squiggle",
"version": "1.1.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node src/tests.js",
"cli": "node src/cli.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"mathjs": "^10.4.3"
}
}