-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 894 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
{
"name": "hooksi",
"version": "1.0.12",
"description": "Lightweight events hooking module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "npx tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glitnirian/hooksi.git"
},
"author": "Glitnir",
"license": "ISC",
"bugs": {
"url": "https://github.com/Glitnirian/hooksi/issues"
},
"homepage": "https://github.com/Glitnirian/hooksi#readme",
"devDependencies": {
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
},
"keywords": [
"Hooks",
"events",
"typescript",
"event_emitter",
"pub_sub",
"subscription",
"lightweight",
"async",
"exec",
"features_rich"
]
}