esy-bash
Version:
Cross-platform bash utilities - primed for Reason/OCaml
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "esy-bash",
"version": "0.3.20",
"description": "Cross-platform bash utilities - primed for Reason/OCaml",
"main": "index.js",
"bin": {
"esy-bash": "bin/esy-bash.js"
},
"engines": {
"node": ">=8.0"
},
"files": [
"re/_build/default/bin/EsyBash.exe",
"bash-exec.js",
"postinstall.js",
"bin/esy-bash.js",
"scripts",
".cygwin"
],
"scripts": {
"build-cygwin": "node build-cygwin.js",
"package-cygwin": "node package-cygwin.js",
"postinstall": "node postinstall.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryphe/esy-bash.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bryphe/esy-bash/issues"
},
"homepage": "https://github.com/bryphe/esy-bash#readme",
"dependencies": {},
"devDependencies": {
"download": "^7.0.0",
"fs-extra": "^7.0.0",
"jest": "^23.1.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2"
}
}