-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.12 KB
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
{
"name": "react-typescript-component-generator",
"version": "0.1.5",
"description": "Component generator for typescript based react aaplication",
"main": "index.js",
"bin": {
"grc": "index.js"
},
"scripts": {
"patch-release": "npm version patch && npm publish --access=public && git push --follow-tags",
"minor-release": "npm version minor && npm publish --access=public && git push --follow-tags",
"major-release": "npm version major && npm publish --access=public && git push --follow-tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hafeez1042/react-typescript-component-generator.git"
},
"keywords": [
"typescript",
"react",
"component",
"generator"
],
"author": "Hafeez Hamza <hafeez1042@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hafeez1042/react-typescript-component-generator/issues"
},
"homepage": "https://github.com/hafeez1042/react-typescript-component-generator#readme",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.17.1"
}
}