UNPKG

@disaythis/gen-rtsc

Version:

Component generator for typescript based react aaplication

35 lines (34 loc) 862 B
{ "name": "@disaythis/gen-rtsc", "version": "1.0.8", "description": "Component generator for typescript based react aaplication", "main": "index.js", "bin": { "gen-rtsc": "index.js" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/DiSayThis/disaythis-gen-rtsc.git" }, "keywords": [ "typescript", "react", "component", "generator" ], "author": "Izotov Dmitriy <disaythis@gmail.com>", "license": "ISC", "homepage": "https://github.com/DiSayThis/disaythis-gen-rtsc", "dependencies": { "chalk": "^2.4.1", "commander": "^2.17.1" }, "bugs": { "url": "https://github.com/DiSayThis/disaythis-gen-rtsc/issues" }, "devDependencies": {} }