-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "typedoc-plugin-eventemitter3",
"version": "0.22.0",
"description": "Document typed EventEmitter3-inherited classes",
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/ --ext .ts",
"build": "tsc -p ./tsconfig.json",
"watch": "tsc -p ./tsconfig.json --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/relative/typedoc-plugin-eventemitter3.git"
},
"keywords": [
"typedoc-plugin",
"eventemitter3"
],
"author": "relative <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/relative/typedoc-plugin-eventemitter3/issues"
},
"homepage": "https://github.com/relative/typedoc-plugin-eventemitter3#readme",
"peerDependencies": {
"typedoc": "0.22.x"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
}
}