forked from chriseaton/jsdoc-plugin-intersection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 794 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
{
"name": "jsdoc-plugin-intersection",
"version": "1.0.4",
"description": "Converts TypeScript-like intersection types to JSDoc compatible union types, that is, from & -> |",
"author": "Christopher Eaton <[email protected]>",
"license": "UNLICENSED",
"homepage": "https://github.com/chriseaton/jsdoc-plugin-intersection#readme",
"main": "plugin.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chriseaton/jsdoc-plugin-intersection.git"
},
"keywords": [
"jsdoc",
"plugin",
"typescript",
"intersection",
"union"
],
"bugs": {
"url": "https://github.com/chriseaton/jsdoc-plugin-intersection/issues"
},
"devDependencies": {
"eslint": "^8.3.0"
}
}