{
    "name": "cropt",
    "version": "1.3.0",
    "description": "A delightful image cropper optimized for mobile and desktop",
    "files": [
        "src/cropt.*"
    ],
    "types": "./src/cropt.d.ts",
    "type": "module",
    "main": "./src/cropt.js",
    "devDependencies": {
        "bootstrap": "^5.3.8",
        "gh-pages": "^6.3.0",
        "http-server": "^14.1.1",
        "prettier": "^3.9.4",
        "sass": "1.78",
        "shx": "^0.4.0",
        "typescript": "^6.0.3"
    },
    "scripts": {
        "deploy": "gh-pages -d ./demo",
        "prepare": "tsc && npm run mkdir && npm run copy && npm run sass",
        "mkdir": "shx mkdir -p demo/build",
        "copy": "shx cp src/{cropt,demo}.js src/cropt.css node_modules/bootstrap/dist/js/bootstrap.bundle.min.* demo/build/",
        "sass": "sass demo/styles.scss demo/build/bs-custom.css --style=compressed",
        "format": "prettier . --write",
        "start": "http-server ./demo"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/devtheorem/cropt.git"
    },
    "keywords": [
        "crop",
        "cropper",
        "croppie",
        "image",
        "profile-picture",
        "resize",
        "rotate"
    ],
    "author": "Theodore Brown <theodorejb@outlook.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/devtheorem/cropt/issues"
    },
    "homepage": "http://devtheorem.github.io/cropt/",
    "cspell": {
        "words": [
            "Cropt",
            "cropt"
        ]
    }
}
