-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 829 Bytes
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
33
34
35
36
{
"name": "new-react-component-ts",
"version": "4.1.4",
"description": "CLI for creating new React components in Typescript",
"homepage": "https://github.com/lansolo99/new-react-component-ts",
"repository": {
"type": "git",
"url": "https://github.com/lansolo99/new-react-component-ts"
},
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"reactjs",
"cli",
"component",
"sibling",
"boilerplate"
],
"author": "Stéphane Changarnier",
"license": "MIT",
"bin": {
"new-react-component-ts": "./src/index.js"
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.15.1",
"prettier": "1.5.3"
},
"devDependencies": {
"@types/react": "^17.0.34",
"typescript": "^4.4.4"
}
}