-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 KB
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
{
"name": "@janis.me/handlery-repo",
"description": "Better event handling for ALL emitters",
"keywords": [
"event handler",
"emitter",
"event emitter",
"decorator"
],
"homepage": "https://github.com/janis-me/handlery",
"bugs": {
"url": "https://github.com/janis-me/handlery/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janis-me/handlery.git"
},
"license": "MIT",
"author": "Janis Jansen",
"type": "module",
"scripts": {
"build": "pnpm --filter handlery build",
"build:docs": "pnpm --filter ./packages/docs build",
"deps": "pnpm taze",
"format": "prettier --write .",
"lint": "eslint --flag unstable_config_lookup_from_file .",
"test": "vitest"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "catalog:format",
"@janis.me/linter-config": "workspace:*",
"@janis.me/typescript-config": "workspace:*",
"eslint": "catalog:lint",
"jiti": "catalog:lint",
"prettier": "catalog:format",
"prettier-plugin-packagejson": "catalog:format",
"taze": "catalog:script",
"typescript": "catalog:build",
"vitest": "catalog:test"
},
"packageManager": "pnpm@10.12.1",
"engines": {
"node": ">=22.11.0"
}
}