forked from xodio/hm-def
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "hm-def",
"version": "1.0.2",
"description": "Runtime type checking with Hindley Milner signatures",
"repository": "https://github.com/xodio/hm-def",
"main": "dist/index.js",
"scripts": {
"build": "babel src/ -d dist/",
"lint": "eslint src/ test/",
"release": "xyz --repo [email protected]:xodio/hm-def.git --increment",
"test": "mocha test/**/*.spec.js"
},
"keywords": [],
"author": "XOD LLC",
"license": "MIT",
"files": [
"/dist/",
"/LICENSE",
"/README.md",
"/package.json"
],
"dependencies": {
"fantasy-land": "^3.5.0",
"hm-parser": "^0.1.5",
"mem": "^4.0.0",
"sanctuary": "^2.0.1",
"sanctuary-def": "^0.20.1",
"sanctuary-show": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"eslint": "5.3.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.14.0",
"fantasy-laws": "^1.1.0",
"jsverify": "^0.8.3",
"mocha": "^5.2.0",
"sanctuary-style": "^2.0.0",
"sanctuary-type-classes": "^11.0.0",
"xyz": "3.0.x"
}
}