ks-react-cli-lib
Version:
Library for quickly creating react components
47 lines (46 loc) • 986 B
JSON
{
"name": "ks-react-cli-lib",
"author": "Andrey Zhuravel",
"version": "1.0.3",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cli": "dist/index.js"
},
"files": [
"LICENSE",
"README.md",
"dist",
"public"
],
"exports": {
"./package.json": "./package.json",
".": "./dist/index.js"
},
"keywords": [
"react",
"react create component",
"cli-react",
"react-creator",
"console-components",
"automated-react",
"react-cli-tool",
"component-builder",
"react-templates"
],
"license": "MIT",
"description": "Library for quickly creating react components",
"devDependencies": {
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"fs-extra": "^11.2.0",
"inquirer": "^12.3.0",
"tslib": "^2.8.1"
}
}