2020-02-05 21:09:27 +00:00
|
|
|
{
|
2022-03-23 16:28:08 +00:00
|
|
|
"name": "@quri/squiggle-lang",
|
2022-01-29 22:43:08 +00:00
|
|
|
"reason": {},
|
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
|
|
|
|
},
|
2020-02-18 15:50:36 +00:00
|
|
|
{
|
|
|
|
"dir": "__tests__",
|
|
|
|
"type": "dev",
|
|
|
|
"subdirs": true
|
2020-02-17 21:52:21 +00:00
|
|
|
}
|
|
|
|
],
|
2020-05-05 10:52:50 +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,
|
|
|
|
"bs-dependencies": [
|
2022-02-06 23:54:19 +00:00
|
|
|
"@glennsl/rescript-jest",
|
2020-03-23 21:31:06 +00:00
|
|
|
"@glennsl/bs-json",
|
2022-01-29 23:56:44 +00:00
|
|
|
"rationale"
|
2020-02-05 21:09:27 +00:00
|
|
|
],
|
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-01-29 22:43:08 +00:00
|
|
|
"shims": {},
|
|
|
|
"debug": {
|
|
|
|
"all": false,
|
|
|
|
"basic": false
|
|
|
|
}
|
|
|
|
},
|
2020-02-07 14:43:04 +00:00
|
|
|
"refmt": 3,
|
2022-01-12 07:33:04 +00:00
|
|
|
"warnings": {
|
|
|
|
"number": "+A-42-48-9-30-4-102"
|
|
|
|
},
|
2022-01-29 22:43:08 +00:00
|
|
|
"ppx-flags": []
|
2022-02-08 02:59:37 +00:00
|
|
|
}
|