-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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",
"build-exe": "cd re && esy",
"package-cygwin": "node package-cygwin.js",
"postinstall": "node postinstall.js",
"test": "jest",
"test-exe": "cd re && esy test"
},
"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": "^8.1.0",
"jest": "^23.1.0",
"mkdirp-classic": "^0.5.3",
"rimraf": "^3.0.2"
}
}