bs-fetch
Version:
Fetch bindings for BuckleScript
24 lines (23 loc) • 385 B
JSON
{
"name": "bs-fetch",
"bsc-flags": ["-bs-no-version-header", "-bs-super-errors"],
"refmt": 3,
"package-specs": [{
"module": "commonjs",
"in-source": false
}],
"sources": [
{
"dir": "src",
"public": "all"
},
{
"dir": "examples",
"type": "dev"
}
],
"warnings": {
"number": "+A-42-105",
"error": "+A-3-44-102"
}
}