{
  "name": "@s-ui/studio-create",
  "version": "4.17.0",
  "description": " CLI to create studios for sui components development.",
  "main": "src/index.js",
  "bin": {
    "sui-studio-create": "./src/index.js"
  },
  "preferGlobal": true,
  "keywords": [
    "SUIComponents",
    "SUI Studio",
    "SUI Studio Create"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "9.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SUI-Components/sui.git"
  },
  "bugs": {
    "url": "https://github.com/SUI-Components/sui/issues"
  },
  "homepage": "https://github.com/SUI-Components/sui/tree/master/packages/sui-studio-create#readme"
}
