-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·47 lines (47 loc) · 1.01 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": "tseep",
"version": "1.3.1",
"description": "Fastest event emitter in the world",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"task_collection_dev_benchmark": "node lib/task-collection/tools/benchmark__bake-collection__num-funcs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Morglod/tseep.git"
},
"keywords": [
"types",
"ts",
"typescript",
"tsargs",
"events",
"eventemitter",
"event-listener",
"eventlistener",
"listener",
"emit"
],
"author": "morglod",
"license": "MIT",
"bugs": {
"url": "https://github.com/Morglod/tseep/issues"
},
"homepage": "https://github.com/Morglod/tseep#readme",
"devDependencies": {
"@size-limit/preset-app": "^11.1.4",
"@types/jest": "^29.5.0",
"assume": "^2.2.0",
"jest": "^29.5.0",
"typescript": "^5.4.5"
},
"size-limit": [
{
"path": "lib/index.js",
"limit": "4 kB"
}
]
}