-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 862 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 862 Bytes
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
{
"author": "Sergey Korotkov <sergeyksv@gmail.com>",
"name": "tinyhook",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "git://github.com/sergeyksv/tinyhook.git"
},
"contributors": [
{
"name": "Marak Squires",
"email": "marak.squires@gmail.com"
},
{
"name": "Oliver Leics",
"email": "oliver.leics@gmail.com"
},
{
"name": "Ivan Vitiaev",
"email": "godofluck89@gmail.com"
},
{
"name": "Ilya Shatokhin",
"email": "eXamp1e@mail.ru"
}
],
"main": "./hook",
"engines": {
"node": ">= v10.x"
},
"dependencies": {
"eventemitter2": "^6.4.5",
"safe": "^0.4.7",
"minimist": "^1.2.6"
},
"scripts": {
"test": "mocha --exit --allow-uncaught test/*.js"
},
"devDependencies": {
"eslint": "^8.11.0",
"mocha": "^9.2.2"
}
}