2020-02-05 21:09:27 +00:00
|
|
|
{
|
2022-03-23 16:28:08 +00:00
|
|
|
"name": "@quri/squiggle-lang",
|
2020-03-23 21:31:06 +00:00
|
|
|
"sources": [
|
|
|
|
{
|
2022-03-25 18:25:37 +00:00
|
|
|
"dir": "src/rescript",
|
2020-02-17 21:52:21 +00:00
|
|
|
"subdirs": true
|
|
|
|
},
|
2022-09-17 22:19:08 +00:00
|
|
|
{
|
|
|
|
"dir": "__tests__",
|
|
|
|
"type": "dev",
|
|
|
|
"subdirs": true
|
|
|
|
},
|
2022-09-15 11:17:19 +00:00
|
|
|
{
|
|
|
|
"dir": "benchmark",
|
|
|
|
"type": "dev",
|
|
|
|
"subdirs": true
|
2020-02-17 21:52:21 +00:00
|
|
|
}
|
|
|
|
],
|
2022-04-11 00:51:43 +00:00
|
|
|
"bsc-flags": ["-bs-super-errors", "-bs-no-version-header", "-bs-g"],
|
2020-03-23 21:31:06 +00:00
|
|
|
"package-specs": [
|
|
|
|
{
|
|
|
|
"module": "commonjs",
|
|
|
|
"in-source": true
|
|
|
|
}
|
|
|
|
],
|
2020-02-05 21:09:27 +00:00
|
|
|
"suffix": ".bs.js",
|
|
|
|
"namespace": true,
|
2022-05-04 15:42:51 +00:00
|
|
|
"bs-dependencies": ["bisect_ppx"],
|
2022-09-15 11:17:19 +00:00
|
|
|
"bs-dev-dependencies": [
|
|
|
|
"@glennsl/rescript-jest",
|
|
|
|
"rescript-fast-check",
|
|
|
|
"rescript-js-map",
|
|
|
|
"rescript-js-iterator"
|
|
|
|
],
|
2022-01-29 22:43:08 +00:00
|
|
|
"gentypeconfig": {
|
2022-02-27 04:25:30 +00:00
|
|
|
"language": "typescript",
|
2022-01-29 23:56:44 +00:00
|
|
|
"module": "commonjs",
|
2022-04-11 00:51:43 +00:00
|
|
|
"shims": { "Js": "Js" },
|
2022-01-29 22:43:08 +00:00
|
|
|
"debug": {
|
|
|
|
"all": false,
|
|
|
|
"basic": false
|
|
|
|
}
|
|
|
|
},
|
2022-06-21 22:47:33 +00:00
|
|
|
"external-stdlib": "@rescript/std",
|
2020-02-07 14:43:04 +00:00
|
|
|
"refmt": 3,
|
2022-01-12 07:33:04 +00:00
|
|
|
"warnings": {
|
2022-04-21 22:42:15 +00:00
|
|
|
"number": "+A-42-48-9-30-4"
|
2022-01-12 07:33:04 +00:00
|
|
|
},
|
2022-04-06 19:19:27 +00:00
|
|
|
"ppx-flags": [
|
2022-04-11 00:51:43 +00:00
|
|
|
["../../node_modules/bisect_ppx/ppx", "--exclude-files", ".*_test\\.res$$"]
|
2022-04-06 19:19:27 +00:00
|
|
|
]
|
2022-02-08 02:59:37 +00:00
|
|
|
}
|