{
    "name": "grapesjs-undraw",
    "version": "1.0.2",
    "description": "Grapesjs Undraw",
    "main": "dist/index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/Ju99ernaut/grapesjs-undraw.git"
    },
    "scripts": {
        "start": "grapesjs-cli serve",
        "build": "grapesjs-cli build",
        "build:css": "sass src/styles.scss dist/grapesjs-undraw.min.css --style compressed",
        "watch:scss": "sass --watch src/styles.scss public/grapesjs-undraw.min.css --style compressed",
        "bump": "npm version patch -m 'Bump v%s'"
    },
    "keywords": [
        "grapesjs",
        "plugin"
    ],
    "devDependencies": {
        "grapesjs-cli": "^4.1.1",
        "sass": "^1.32.8"
    },
    "license": "MIT"
}
