{
    "name": "short-and-sweet",
    "version": "1.0.4",
    "description": "Accessible character counter for input elements",
    "keywords": [
        "character",
        "count",
        "counter",
        "accessible",
        "input",
        "textarea",
        "maxlength",
        "text"
    ],
    "main": "dist/short-and-sweet.module.js",
    "author": "Rik Schennink <rik@pqina.nl> (https://pqina.nl/)",
    "license": "MIT",
    "devDependencies": {
        "@babel/preset-env": "^7.14.7",
        "@rollup/plugin-babel": "^5.3.0",
        "rollup-plugin-license": "^2.5.0",
        "rollup-plugin-livereload": "^2.0.5",
        "rollup-plugin-serve": "^1.1.0",
        "rollup-plugin-terser": "^7.0.2"
    },
    "scripts": {
        "dev": "npx rollup -c -w",
        "build": "npx rollup -c"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/rikschennink/short-and-sweet.git"
    },
    "bugs": {
        "url": "https://github.com/rikschennink/short-and-sweet/issues"
    },
    "homepage": "https://github.com/rikschennink/short-and-sweet"
}
