-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "esy",
"version": "0.0.1",
"description": "Easy Package.json Sandboxes For Compilers",
"main": "index.js",
"scripts": {
"test": "jest tests/*/test.js"
},
"bin": {
"esy": ".bin/esy"
},
"files": [
"lib/",
".bin/",
"opam-packages/"
],
"dependencies": {
"@andreypopp/pnpm": "^0.50.0",
"bole": "^3.0.2",
"chalk": "^1.1.3",
"execa": "^0.6.0",
"mkdirp": "^0.5.1",
"mkdirp-then": "^1.2.0",
"mz": "^2.6.0",
"ndjson": "^1.5.0",
"observatory": "^1.0.0",
"outdent": "^0.3.0",
"path-is-inside": "^1.0.2",
"resolve": "^1.1.7",
"semver": "^5.3.0",
"tempfile": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jordwalke/esy.git"
},
"keywords": [
"sandbox",
"sandboxes"
],
"author": "jordwalke",
"license": "MIT",
"bugs": {
"url": "https://github.com/jordwalke/esy/issues"
},
"homepage": "https://github.com/jordwalke/esy#readme",
"engines": {
"npm": ">=3.10.0"
},
"devDependencies": {
"babel-register": "^6.22.0",
"babel-cli": "^6.22.2",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-env": "^1.1.8",
"flow-bin": "^0.39.0",
"jest": "^18.1.0"
}
}