-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
48
49
50
51
52
53
{
"name": "@totallyinformation/ti-common-event-handler",
"version": "1.0.1",
"description": "A common, shared event handler used across multiple TotallyInformation packages. Implemented as a singleton class.",
"main": "ti-events.js",
"scripts": {
"setVersion": "gulp setVersion",
"createTag": "gulp createTag",
"publish": "publish"
},
"devDependencies": {
"@types/node": "^14.18.29",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.4.2",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sonarjs": "^0",
"execa": "^5.1.1",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-include": "^2.4.1",
"gulp-once": "^2.1.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
},
"engines": {
"node": ">=12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TotallyInformation/ti-common-event-handler.git"
},
"keywords": [
"events",
"event-handler"
],
"author": {
"name": "Julian Knight",
"url": "https://github.com/TotallyInformation"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TotallyInformation/ti-common-event-handler/issues"
},
"homepage": "https://github.com/TotallyInformation/ti-common-event-handler#readme",
"dependencies": {
"eventemitter2": "^6.4.4"
}
}