forked from effekt-lang/effekt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 809 Bytes
/
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
{
"name": "@effekt-lang/effekt",
"author": "Jonathan Brachthäuser",
"version": "0.15.0",
"repository": {
"type": "git",
"url": "git+https://github.com/effekt-lang/effekt.git"
},
"description": "A language with lexical effect handlers and lightweight effect polymorphism",
"main": "index.js",
"scripts": {},
"bin": {
"effekt": "bin/effekt",
"effekt.sh": "bin/effekt.sh"
},
"preferGlobal": true,
"license": "MIT",
"dependencies": {},
"files": [
"bin",
"libraries",
"licenses",
"README.md",
"LICENSE"
],
"bugs": {
"url": "https://github.com/effekt-lang/effekt/issues"
},
"homepage": "https://effekt-lang.org",
"directories": {
"doc": "docs",
"example": "examples",
"libraries": "libraries"
},
"devDependencies": {}
}