-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 885 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
29
30
31
32
{
"name": "create-component-react-ts",
"version": "1.0.43",
"description": "A NPM Package use to generate react typescript components using plop package",
"main": "build/index.js",
"type": "module",
"bin": {
"create-component-react-ts": "./bin/create-component-react-ts.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ravuthz/create-component-react-ts.git"
},
"keywords": [
"npm",
"node",
"js",
"javascript",
"cli"
],
"author": "Vannaravuth Yo <[email protected]> (https://ravuthz.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ravuthz/create-component-react-ts/issues"
},
"homepage": "https://github.com/ravuthz/create-component-react-ts#readme",
"dependencies": {
"@testing-library/react-hooks": "^7.0.2",
"plop": "^3.0.5",
"react-router-dom": "^6.2.2"
}
}