{
  "name": "@anas2479/bash-mirror",
  "version": "2.2.4",
  "description": "Create a Bash-like experience on your web app.",
  "main": "src/js/index.js",
  "keywords": [
    "web",
    "Bash",
    "Shell",
    "JS",
    "JS library"
  ],
  "scripts": {
    "build-js": "webpack",
    "build-css": "node-sass src/scss/bash.scss lib/css/bash-mirror.css -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anas2479/bash-mirror.git"
  },
  "author": "Anas Mohamed",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anas2479/bash-mirror/issues"
  },
  "homepage": "https://github.com/anas2479/bash-mirror#readme",
  "devDependencies": {
    "node-sass": "^6.0.0",
    "webpack": "^5.37.0",
    "webpack-cli": "^4.5.0"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  }
}
