{
  "name": "@bufferapp/publish-settings",
  "version": "1.2.3",
  "description": "Settings package",
  "main": "index.js",
  "scripts": {
    "start": "start-storybook -p 9001",
    "lint": "eslint . --ignore-pattern coverage node_modules",
    "test": "yarn run lint && sh ../../package_test.sh",
    "test-update": "jest -u --config=../../.jestrc.json"
  },
  "author": "melissa@buffer.com",
  "dependencies": {
    "@bufferapp/async-data-fetch": "0.7.4",
    "@bufferapp/components": "1.1.0-beta.6",
    "@bufferapp/notifications": "1.2.3",
    "@bufferapp/publish-profile-sidebar": "1.2.3",
    "@bufferapp/publish-shared-components": "1.2.3",
    "moment-timezone": "0.5.12"
  },
  "devDependencies": {
    "@storybook/addon-storyshots": "3.1.4",
    "@storybook/react": "3.1.3",
    "eslint": "3.19.0",
    "jest": "19.0.2",
    "storybook-addon-a11y": "3.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
