{
  "name": "prosperita-modules-js",
  "private": false,
  "description": "Reusable bank module",
  "keywords": [],
  "author": "Prosperità Inovação",
  "scripts": {
    "build": "lerna run build --scope pix-module",
    "watch": "lerna run watch --scope pix-module",
    "package": "lerna exec --scope pix-module -- npm pack",
    "example": "cd ./examples/example-app && npm run start",
    "start": "npm run watch && npm run example"
  },
  "workspaces": [
    "examples/*",
    "packages/*"
  ],
  "devDependencies": {
    "@types/react": "^17.0.6",
    "@types/react-dom": "^17.0.5",
    "lerna": "^4.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "version": "1.4.2",
  "main": "packages/pix-module/lib/cjs/index.js",
  "directories": {
    "example": "examples"
  },
  "repository": {
    "type": "git",
    "url": "git+https://jhonnatthansantana@bitbucket.org/prosperitainova/prosperita-modules-js.git"
  },
  "license": "ISC",
  "homepage": "https://bitbucket.org/prosperitainova/prosperita-modules-js#readme"
}
