2020-02-05 21:09:27 +00:00
|
|
|
{
|
2022-03-21 23:40:14 +00:00
|
|
|
"name": "@quri/squiggle-lang",
|
|
|
|
"version": "0.2.2",
|
2020-02-10 23:22:04 +00:00
|
|
|
"homepage": "https://foretold-app.github.io/estiband/",
|
2020-02-05 21:09:27 +00:00
|
|
|
"scripts": {
|
2022-02-18 03:25:35 +00:00
|
|
|
"build": "rescript build -with-deps",
|
2022-03-21 23:40:14 +00:00
|
|
|
"bundle": "tsc && webpack",
|
2022-02-18 03:25:35 +00:00
|
|
|
"start": "rescript build -w -with-deps",
|
2022-01-12 07:33:04 +00:00
|
|
|
"clean": "rescript clean",
|
2020-02-18 15:50:36 +00:00
|
|
|
"test": "jest",
|
2022-02-06 23:10:39 +00:00
|
|
|
"test:ci": "yarn jest ./__tests__/Lodash__test.re",
|
2020-02-18 15:50:36 +00:00
|
|
|
"watch:test": "jest --watchAll",
|
2022-02-25 23:03:05 +00:00
|
|
|
"watch:s": "yarn jest -- Converter_test --watch",
|
2022-03-02 23:22:26 +00:00
|
|
|
"package": "tsc",
|
|
|
|
"ci": "yarn build && yarn package"
|
2020-02-05 21:09:27 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2022-01-30 00:20:53 +00:00
|
|
|
"Rescript"
|
2020-02-05 21:09:27 +00:00
|
|
|
],
|
2022-01-29 23:56:44 +00:00
|
|
|
"author": "Quantified Uncertainty Research Institute",
|
2020-02-05 21:09:27 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-03-23 21:31:06 +00:00
|
|
|
"@glennsl/bs-json": "^5.0.2",
|
2022-03-21 23:40:14 +00:00
|
|
|
"jstat": "^1.9.5",
|
2020-02-19 05:29:06 +00:00
|
|
|
"lodash": "4.17.15",
|
2020-04-03 12:42:17 +00:00
|
|
|
"mathjs": "5.10.3",
|
2020-03-15 00:08:13 +00:00
|
|
|
"pdfast": "^0.2.0",
|
2022-03-21 23:40:14 +00:00
|
|
|
"rationale": "0.2.0",
|
|
|
|
"rescript": "^9.1.4"
|
2020-02-13 12:20:46 +00:00
|
|
|
},
|
2020-05-13 12:58:25 +00:00
|
|
|
"devDependencies": {
|
2022-02-06 23:54:19 +00:00
|
|
|
"@glennsl/rescript-jest": "^0.9.0",
|
2022-02-18 02:16:31 +00:00
|
|
|
"@types/jest": "^27.4.0",
|
2022-03-21 23:40:14 +00:00
|
|
|
"@types/webpack": "^5.28.0",
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
2022-01-28 10:55:03 +00:00
|
|
|
"docsify": "^4.12.2",
|
2022-01-29 22:43:08 +00:00
|
|
|
"gentype": "^4.3.0",
|
2022-02-18 02:16:31 +00:00
|
|
|
"jest": "^27.5.1",
|
2022-01-29 23:56:44 +00:00
|
|
|
"moduleserve": "0.9.1",
|
2022-02-18 02:16:31 +00:00
|
|
|
"ts-jest": "^27.1.3",
|
2022-03-21 23:40:14 +00:00
|
|
|
"ts-loader": "^9.2.8",
|
|
|
|
"typescript": "^4.5.5",
|
|
|
|
"webpack": "^5.70.0",
|
|
|
|
"webpack-cli": "^4.9.2"
|
2022-02-25 23:03:05 +00:00
|
|
|
},
|
2022-03-21 23:40:14 +00:00
|
|
|
"source": "./src/js/index.ts",
|
|
|
|
"main": "./dist/bundle.js",
|
2022-02-25 23:03:05 +00:00
|
|
|
"types": "./dist/js/index.d.ts"
|
2020-03-23 21:31:06 +00:00
|
|
|
}
|