-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 989 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
44
45
46
47
{
"name": "zeromq-ng",
"version": "5.0.0-beta.28",
"description": "Next-generation ZeroMQ bindings for Node.js",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/rolftimmermans/zeromq-ng.git"
},
"dependencies": {
"zeromq": ">= 6.0.0-beta.1"
},
"devDependencies": {
"@gnd/typedoc": "^0.15.0-0",
"@types/chai": ">= 4.1",
"@types/mocha": ">= 5.2",
"@types/node": ">= 8.0",
"@types/semver": ">= 0",
"chai": ">= 4.1",
"choma": ">= 1.2",
"mocha": ">= 4.0",
"semver": ">= 0",
"ts-node": ">= 7",
"typescript": ">= 3",
"weak-napi": ">= 1.0"
},
"engines": {
"node": ">= 10"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"compat.js",
"compat.d.ts",
"draft.js",
"draft.d.ts",
"index.js",
"index.d.ts"
],
"scripts": {
"test": "mocha"
},
"license": "MIT",
"author": "Rolf Timmermans <[email protected]>"
}