reason-nact-postgres
Version:
19 lines (18 loc) • 586 B
JSON
// This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: http://bucklescript.github.io/bucklescript/docson/#build-schema.json
// BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas.
{
"name": "reason-nact-postgres",
"version": "1.0.3",
"sources": [
"src"
],
"refmt": 3,
"package-specs": {
"module": "commonjs",
"in-source": true
},
"bs-dependencies": ["reason-nact"],
"bsc-flags": [
"-bs-no-version-header"
]
}