{
  "name": "exhale-studio",
  "description": "Exhale Studio npm library of components",
  "author": "Arek Rybicki @Arek_Ryb",
  "keywords": [
    "Exhale",
    "Studio",
    "web3",
    "library"
  ],
  "version": "1.0.34",
  "private": false,
  "license": "ISC",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [ "dist", "README.md" ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exhaledev/exhale-studios-npm.git"
  },
  "bugs": {
    "url": "https://github.com/exhaledev/exhale-studios-npm/issues"
  },
  "homepage": "https://github.com/exhaledev/exhale-studios-npm#readme",
  "dependencies": {
    "@babel/polyfill": "^7.12.1",
    "sass": "^1.56.1",
    "web-vitals": "^1.0.1",
    "core-js": "^3.30.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "test": "react-scripts test",
    "sass": "sass src/lib/components/styles/main.scss src/App.css -w",
    "build": "babel src/lib --out-dir dist --copy-files",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "devDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "4.0.3",
    "@babel/cli": "^7.13.14",
    "@babel/core": "^7.13.14",
    "@babel/preset-env": "^7.13.12"
  }
}
