Skip to content

Commit 4f57329

Browse files
Initialize Node package
0 parents  commit 4f57329

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "babel-plugin-check-prop-types",
3+
"version": "1.0.0",
4+
"description": "Babel plugin to typecheck React components with legacy PropTypes compatible with React 19",
5+
"repository": "https://github.com/NikolayFrantsev/babel-plugin-check-prop-types",
6+
"author": "Nikolay Frantsev <[email protected]>",
7+
"license": "MIT",
8+
"type": "module"
9+
}

0 commit comments

Comments
 (0)