{
    "name": "@lugindev/truescrollbar",
    "version": "1.0.10",
    "description": "True simple custom scrollbar vanilla js",
    "main": "src/TrueScrollBar.min.js",
    "files": [
        "src/*"
    ],
    "scripts": {
        "dev": "cross-env NODE_ENV=development webpack serve",
        "build": "cross-env NODE_ENV=production webpack"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lugin-design/truescrollbar.git"
    },
    "keywords": [
        "scrollbar",
        "custom-scrollbar",
        "vanilla-js"
    ],
    "browserslist": [
        "defaults",
        "> 0.5%",
        "IE 11",
        "last 4 versions"
    ],
    "author": "Lugin Dmitriy",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/lugin-design/truescrollbar/issues"
    },
    "homepage": "https://github.com/lugin-design/truescrollbar#readme",
    "devDependencies": {
        "@babel/core": "^7.9.6",
        "@babel/preset-env": "^7.9.6",
        "@webpack-cli/serve": "^1.1.0",
        "autoprefixer": "^9.7.6",
        "babel-loader": "^8.1.0",
        "css-loader": "^3.5.3",
        "mini-css-extract-plugin": "^0.9.0",
        "node-sass": "^4.14.1",
        "optimize-css-assets-webpack-plugin": "^5.0.3",
        "postcss-autoreset": "^2.0.2",
        "postcss-loader": "^3.0.0",
        "sass-loader": "^8.0.2",
        "style-loader": "^1.2.1",
        "terser-webpack-plugin": "^3.0.1",
        "webpack": "^4.43.0",
        "webpack-cli": "^3.3.11",
        "webpack-dev-server": "^3.11.0",
        "np": "^7.0.0"
    },
    "dependencies": {
        "@lugindev/brohelper": "^1.0.6"
    }
}
