{
    "name": "gesto",
    "version": "1.19.4",
    "description": "You can set up drag, pinch events in any browser.",
    "main": "./dist/gesto.cjs.js",
    "module": "./dist/gesto.esm.js",
    "sideEffects": false,
    "types": "declaration/index.d.ts",
    "scripts": {
        "start": "rollup -c -w",
        "build": "rollup -c && npm run declaration && print-sizes ./dist",
        "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
        "doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
        "release": "npm run build && npm run doc && release --dirs=dist,doc",
        "release:init": "npm run build && npm run doc && release -i --dirs=dist,doc",
        "deploy": "gh-pages -d ./demo --dest=./ --add --remote origin",
        "prerelease": "npm run build && npm run doc && prerelease --dirs=dist,doc",
        "test:local": "npm run build && pvu --path=./ --distUpdate=../selecto --distPaths=declaration,dist"
    },
    "keywords": [
        "gesture",
        "pinch",
        "drag",
        "dom",
        "daybrush",
        "gesto",
        "touch",
        "mouse"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/daybrush/gesto.git"
    },
    "author": "Daybrush",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/daybrush/gesto/issues"
    },
    "homepage": "https://github.com/daybrush/gesto#readme",
    "devDependencies": {
        "@daybrush/builder": "^0.2.0",
        "@daybrush/jsdoc": "0.4.0",
        "@daybrush/release": "^0.2.4",
        "daybrush-jsdoc-template": "^1.6.0",
        "print-sizes": "^0.1.0",
        "pvu": "^0.6.1",
        "tslint": "^5.15.0",
        "typescript": "^4.6.4"
    },
    "dependencies": {
        "@daybrush/utils": "^1.13.0",
        "@scena/event-emitter": "^1.0.2"
    }
}
