{
  "name": "@555platform/portal-components",
  "version": "1.0.4",
  "description": "Shared portal components",
  "main": "lib/index.js",
  "scripts": {
    "start_demo": "cd demo && yarn run start",
    "start": "yarn run start_demo",
    "build": "cd lib/server && yarn run build && cd ../client && yarn run build",
    "test": "cd lib/server && yarn test && cd ../client && yarn test",
    "install_lib": "cd lib/client && npm install && cd ../server && npm install",
    "install_demo": "cd demo && yarn install && cd client && yarn install && cd ../server && yarn install",
    "install_all": "yarn run install_lib && yarn run install_demo",
    "watch_server": "cd lib/server && yarn run watch",
    "watch_client": "cd lib/client && yarn run watch",
    "watch": "concurrently \"yarn run watch_server\" \"yarn run watch_client\"",
    "lint": "cd lib/server && npm run lint && cd ../../lib/client && npm run lint",
    "linkhooks": "rm -rf $(pwd)/.git/hooks && ln -s $(pwd)/git-hooks/ $(pwd)/.git/hooks || echo ''",
    "postinstall": "npm run linkhooks && npm run install_lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iris-platform/portal-components.git"
  },
  "author": "Ian Speers",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iris-platform/portal-components/issues"
  },
  "homepage": "https://github.com/iris-platform/portal-components#readme",
  "devDependencies": {
    "concurrently": "^4.1.0"
  },
  "pkg": {
    "scripts": "lib/**/*.js"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.1",
    "mini-svg-data-uri": "^1.0.3",
    "moment": "^2.24.0"
  }
}
