{
  "name": "@telsystems/storybook",
  "version": "1.4.2",
  "description": "storybook package",
  "main": "dist/main.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "test": "jest --passWithNoTests",
    "lint": "tslint --project tsconfig.json",
    "dev": "better-npm-run dev",
    "prod": "better-npm-run prod",
    "build": "rm -rf dist && tsc && better-npm-run build",
    "book": "start-storybook -p 9001 -c .storybook",
    "prepublishOnly": "npm ci && npm run lint && npm run test && npm run build",
    "apublish": "node ./node_modules/@telsystems/build-configs/dist/autoPublish.js"
  },
  "betterScripts": {
    "dev": {
      "command": "webpack --color --progress --watch --display-error-details --mode development ",
      "env": {
        "NODE_ENV": "development"
      }
    },
    "prod": {
      "command": "webpack --color --progress --watch --display-error-details --mode production ",
      "env": {
        "NODE_ENV": "production"
      }
    },
    "build": {
      "command": "webpack --color --progress --display-error-details --display-modules --mode production",
      "env": {
        "NODE_ENV": "production"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telsystems/fe-storybook-package.git"
  },
  "author": "Oktell Ltd.",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/telsystems/fe-storybook-package/issues"
  },
  "homepage": "https://github.com/telsystems/fe-storybook-package#readme",
  "devDependencies": {
    "@telsystems/build-configs": "2.2.20",
    "@telsystems/design": "1.4.7",
    "@telsystems/vendor": "1.3.0"
  },
  "dependencies": {
    "@storybook/addon-actions": "4.0.0-alpha.14",
    "@storybook/addon-info": "4.0.0-alpha.14",
    "@storybook/addon-options": "4.0.0-alpha.14",
    "@storybook/react": "4.0.0-alpha.14",
    "react-syntax-highlighter": "8.0.1",
    "storybook-readme": "3.3.0"
  },
  "pre-commit": [
    "lint"
  ]
}
