{
    "name": "lemonadejs",
    "title": "Agnostic micro reactive JavaScript library with two-way data binding.",
    "description": "Lemonade is a lightweight, micro reactive agnostic JavaScript library to create quick and reusable reactive JS components, with no dependencies.",
    "author": {
        "name": "Contact <contact@jspreadsheet.com>",
        "url": "https://lemonadejs.com"
    },
    "keywords": [
        "reactive",
        "two-way binding",
        "two-way data binding",
        "javascript two-way data binding",
        "reactive micro library",
        "reactive javascript library",
        "hooks",
        "javascript",
        "micro library",
        "js",
        "library"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/lemonadejs/lemonadejs.git"
    },
    "scripts": {
        "test": "mocha --recursive --require=mocha.config.js",
        "test:watch": "mocha --recursive --watch --parallel --reporter min --require=mocha.config.js",
        "test:browser": "mocha --recursive --reporter mochawesome --config mocha.config.js",
        "test:coverage": "c8 mocha --recursive --config mocha.config.js"
    },
    "devDependencies": {
        "c8": "^7.13.0",
        "chai": "^4.3.7",
        "jsdom": "^22.0.0",
        "jsdom-global": "^3.0.2",
        "mocha": "^10.2.0",
        "mochawesome": "^7.1.3"
    },
    "main": "dist/lemonade.js",
    "types": "dist/lemonade.d.ts",
    "version": "5.3.6"
}
