-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 816 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 816 Bytes
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
{
"name": "jsdoc-tsimport-plugin",
"version": "1.0.5",
"description": "A JSDoc plugin to support the typescript module import syntax.",
"main": "index.js",
"scripts": {
"lint": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polyforest/jsdoc-tsimport-plugin.git"
},
"keywords": [
"jsdoc",
"import",
"module",
"typescript"
],
"author": "Nicholas Bilyk",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/polyforest/jsdoc-tsimport-plugin/issues"
},
"homepage": "https://github.com/polyforest/jsdoc-tsimport-plugin#readme",
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^31.3.3",
"jsdoc": "^3.6.6"
},
"files": [
"index.js"
]
}