-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 901 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
{
"name": "typescript-react-function-component-props-handler",
"version": "1.1.1",
"description": "a custom react function components props handler for react-docgen. It allows you to parse props, which are typed as React.functionComponent<props> without rewriting your code",
"main": "index.js",
"scripts": {
"test": "yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Winner95/typescript-react-function-component-props-handler.git"
},
"keywords": [
"react-docgen",
"react",
"function",
"components",
"props",
"handler",
"documentation-generation"
],
"author": "Ivan Grekov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Winner95/typescript-react-function-component-props-handler/issues"
},
"homepage": "https://github.com/Winner95/typescript-react-function-component-props-handler#readme"
}