-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
32 lines (32 loc) · 814 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
{
"author": "Gerard Delmàs",
"name": "typedoc-plugin-sourcefile-url",
"version": "1.0.6",
"description": "typedoc plugin to set custom source file URL links",
"homepage": "https://github.com/gdelmas/typedoc-plugin-sourcefile-url",
"bugs": "https://github.com/gdelmas/typedoc-plugin-sourcefile-url/issues",
"repository": {
"type": "git",
"url": "https://github.com/gdelmas/typedoc-plugin-sourcefile-url.git"
},
"license": "MIT",
"keywords": [
"typedocplugin",
"typedoc",
"bitbucket",
"gitlab"
],
"peerDependencies": {
"typedoc": ">=0.16.0"
},
"devDependencies": {
"@types/node": "^13.9.0",
"typedoc": "^0.16.11",
"typescript": "^3.7.5"
},
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
}
}