-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
43 lines (43 loc) · 1019 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
37
38
39
40
41
42
43
{
"name": "sanctuary-def",
"version": "0.22.0",
"description": "Run-time type system for JavaScript",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sanctuary-js/sanctuary-def.git"
},
"type": "module",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"scripts": {
"doctest": "sanctuary-doctest",
"lint": "sanctuary-lint",
"release": "sanctuary-release",
"test": "npm run lint && sanctuary-test && npm run doctest"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"sanctuary-either": "2.1.0",
"sanctuary-show": "2.0.0",
"sanctuary-type-classes": "12.1.0",
"sanctuary-type-identifiers": "3.0.0"
},
"devDependencies": {
"sanctuary-descending": "2.1.0",
"sanctuary-identity": "2.1.0",
"sanctuary-maybe": "2.1.0",
"sanctuary-pair": "2.1.0",
"sanctuary-scripts": "7.0.x"
},
"files": [
"/LICENSE",
"/README.md",
"/index.js",
"/package.json"
]
}