{
  "name": "@gramex/ui",
  "version": "0.3.1",
  "description": "Commonly used UI components and interactions",
  "scripts": {
    "build": "bash build.sh",
    "prepublish": "npm run build"
  },
  "files": [
    "README.md",
    "dist/*"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:gramener/gramex-ui"
  },
  "keywords": [
    "gramex",
    "ui"
  ],
  "author": "S Anand <root.node@gmail.com>",
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gramener/gramex-ui/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "homepage": "https://gramener.github.io/gramex-ui/"
}
