@jstb/catalyst
Version:
React Functional Component Generator in Atomic and Lego architecture in JavaScript and TypeScript
41 lines (40 loc) • 995 B
JSON
{
"name": "@jstb/catalyst",
"version": "1.7.6",
"description": "React Functional Component Generator in Atomic and Lego architecture in JavaScript and TypeScript",
"main": "index.js",
"scripts": {
"start": "npm run cleanup && plop",
"preversion": "npm run cleanup",
"cleanup": "rimraf ./src"
},
"bin": {
"catalyst": "./index.js"
},
"type": "module",
"keywords": [
"component-generator",
"react component generator"
],
"homepage": "https://github.com/tirthaguha/jstoolbox#readme",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tirthaguha/jstoolbox.git"
},
"bugs": {
"url": "https://github.com/tirthaguha/jstoolbox/issues"
},
"author": "Tirtha Guha <tirtha.guha@gmail.com>",
"license": "MIT",
"dependencies": {
"@jstb/package-json-reader": "^1.0.0",
"minimist": "^1.2.8",
"plop": "^3.1.2"
},
"devDependencies": {
"rimraf": "^5.0.1"
}
}