We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aee25f commit dec1fd7Copy full SHA for dec1fd7
packages/react-docgen-cli/package.json
@@ -1,21 +1,20 @@
1
{
2
"name": "@react-docgen/cli",
3
"version": "1.0.0-alpha.0",
4
- "description": "A CLI and toolkit to extract information from React components for documentation generation.",
+ "description": "A CLI to extract information from React components for documentation generation.",
5
"repository": "reactjs/react-docgen",
6
"type": "module",
7
"bin": {
8
- "react-docgen": "bin/react-docgen.js"
+ "react-docgen": "dist/cli.js"
9
},
10
"files": [
11
- "bin"
+ "dist"
12
],
13
"engines": {
14
"node": ">=14.17.0"
15
16
"scripts": {
17
- "build": "yarn g:tsc",
18
- "watch": "echo 'done'"
+ "build": "yarn g:tsc"
19
20
"keywords": [
21
"react",
0 commit comments