{
  "name": "obstacl",
  "version": "1.0.0",
  "description": "Simple multipurpose loader plugin for any frontend project",
  "main": "lib/main.js",
  "scripts": {
    "dev": "webpack --watch",
    "build": "webpack && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scav-webcrafts/obstacl.git"
  },
  "keywords": [
    "loading",
    "loader",
    "buttons",
    "obstacle"
  ],
  "author": "Adedayo Adeniyi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/scav-webcrafts/obstacl/issues"
  },
  "homepage": "https://github.com/scav-webcrafts/obstacl#readme",
  "devDependencies": {
    "css-loader": "^3.6.0",
    "mini-css-extract-plugin": "^0.9.0",
    "css-minimizer-webpack-plugin": "^1.1.5",
    "ts-loader": "^6.2.2",
    "typescript": "^3.9.5",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12"
  }
}