{
  "name": "presscentric-next-ui__theme-builder",
  "version": "1.0.0",
  "description": "UI Library for PressCentric/Next project, as well as other future projects",
  "main": "index.js",
  "scripts": {
    "build:themes": "cd theme-builder && npm run themes:build && cd ..",
    "build:storybook": "cd ./storybook && npm run build && cd ..",
    "build": "npm run build:themes && npm run build:storybook",
    "run:theme:dark": "cd theme-builder && npm run docs:start:dark && cd ..",
    "run:theme:light": "cd theme-builder && npm run docs:start:light && cd ..",
    "run:storybook": "cd ./storybook && npm run storybook && cd .."
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/PressCentric/PressCentric-Next-UI/issues"
  },
  "homepage": "https://github.com/PressCentric/PressCentric-Next-UI#readme"
}
