{
  "name": "@stories-js/cli",
  "sideEffects": false,
  "version": "0.2.0",
  "license": "GPL-2.0",
  "author": "StoriesJS team",
  "description": "Stories CLI to manage list of stories in UI",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "stories",
    "storiesjs",
    "angular",
    "angularjs",
    "react",
    "reactjs",
    "vue",
    "vuejs",
    "components",
    "web components",
    "documentation",
    "jamstack",
    "markup",
    "mdx",
    "frontend",
    "backend",
    "reuseable",
    "tool",
    "ui",
    "user interface"
  ],  
  "type": "module",
  "bin": {
    "cli": "./bin/cli.js"
  },
  "source": "src/index.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "microbundle",
    "dev": "microbundle watch",
    "pub": "npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN} && yarn publish --access public"
  },
  "devDependencies": {
    "@componentdriven/csf": "0.0.2-alpha.0",
    "@types/node": "^12.0.0",
    "@types/yargs": "^16.0.1",
    "microbundle": "^0.13.0"
  },
  "dependencies": {
    "change-case": "^4.1.2",
    "chokidar": "3.5.2",
    "fast-glob": "^3.2.5",
    "yargs": "^16.2.0"
  }
}