simple-squiggle/package.json

20 lines
343 B
JSON
Raw Normal View History

{
"name": "@forecasting/simple-squiggle",
2022-05-03 16:55:30 +00:00
"version": "1.2.2",
"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"
},
2022-04-22 20:17:03 +00:00
"exports": {
".": "./src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"mathjs": "^10.4.3"
}
}