-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgren.json
More file actions
23 lines (23 loc) · 655 Bytes
/
gren.json
File metadata and controls
23 lines (23 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"type": "package",
"platform": "node",
"name": "gren-lang/compiler-node",
"summary": "Node specific functionality of the Gren compiler",
"license": "BSD-3-Clause",
"version": "4.0.0",
"exposed-modules": [
"Cli.Parser",
"Cli.PrettyPrinter",
"Compiler.Backend",
"Compiler.Outline",
"Compiler.Package",
"Compiler.Paths",
"FileSystem.Lock"
],
"gren-version": "0.6.0 <= v < 0.7.0",
"dependencies": {
"gren-lang/core": "7.4.0 <= v < 8.0.0",
"gren-lang/node": "6.1.0 <= v < 7.0.0",
"gren-lang/compiler-common": "1.0.0 <= v < 2.0.0"
}
}