@lozlow/bs-atdgen-generator
Version:
Atdgen prebuilt binaries for 3 major OS platforms.
39 lines (38 loc) • 887 B
JSON
{
"name": "@lozlow/bs-atdgen-generator",
"version": "0.2.0",
"description": "Atdgen prebuilt binaries for 3 major OS platforms.",
"author": "Pete Shaw <lozlow@users.noreply.github.com>",
"license": "MIT",
"keywords": [
"reasonml",
"reason",
"bucklescript",
"ocaml",
"atdgen",
"decoding",
"encoding"
],
"bin": {
"atdgen": "./atdgen.exe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lozlow/bs-atdgen-generator.git"
},
"scripts": {
"preinstall": "node ./copyPlatformBinaryInPlace.js"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/lozlow/bs-atdgen-generator/issues"
},
"homepage": "https://github.com/lozlow/bs-atdgen-generator#readme",
"main": "copyPlatformBinaryInPlace.js",
"directories": {
"test": "test"
},
"devDependencies": {}
}