-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "slib",
"version": "5.6.1",
"description": "server (node) specific extensions to the xlib library",
"main": "./built/_entrypoint.js",
"repository": {
"type": "git",
"url": "https://github.com/Novaleaf/slib"
},
"keywords": [
"xlib",
"typescript"
],
"author": "jasons@novaleaf.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Novaleaf/slib/issues"
},
"homepage": "https://github.com/Novaleaf/slib#readme",
"dependencies": {
"@types/del": "^3.0.1",
"@types/glob": "^5.0.35",
"@types/mkdirp": "^0.5.2",
"@types/mz": "0.0.32",
"@types/request": "^2.48.1",
"@types/shelljs": "^0.8.3",
"del": "^3.0.0",
"disposable-email-domain-list": "https://github.com/jasonswearingen/disposable-email-domain-list",
"glob": "^7.1.3",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"re2": "^1.8.4",
"readline-promise": "^1.0.3",
"request": "^2.88.0",
"shelljs": "^0.8.3",
"tslib": "^1.9.3"
},
"devDependencies": {},
"peerDependencies": {
"xlib": "^17.5.0"
}
}