{
  "name": "@chantelle/text-container",
  "version": "0.1.4",
  "description": "The TextContainer component of the Chantelle Pattern Library",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "run-p -l build:**",
    "build:js": "babel src -d dist",
    "build:css": "postcss src/styles.pcss --config ../../config/postcss -o dist/styles.css",
    "test": "cd ../../ && yarn run test -t textContainer"
  },
  "author": {
    "name": "Chantelle Lingerie GmbH",
    "url": "http://cl.studio"
  },
  "repository": {
    "type": "git",
    "url": "git@bitbucket.org:editionlingerie/pattern-library.git"
  },
  "peerDependencies": {
    "classnames": "^2.2.5",
    "prop-types": "^15.6.1",
    "react": "^16.3.2"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
