{
    "name": "@yaireo/tagify",
    "version": "4.18.3",
    "homepage": "https://github.com/yairEO/tagify",
    "description": "lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]",
    "keywords": [
        "tags",
        "tagging",
        "component",
        "tag",
        "ui"
    ],
    "license": "MIT",
    "browserslist": [
        ">1%",
        "not dead",
        "not ie < 11",
        "not IE_Mob 11",
        "not op_mini all"
    ],
    "engines": {
        "npm": ">=8.0.0",
        "node": ">=14.20.0"
    },
    "np": {
        "yarn": false,
        "yolo": true
    },
    "scripts": {
        "start": "gulp --dev",
        "build": "gulp",
        "version": "gulp build && git add .",
        "prepublishOnly": "pkg-ok",
        "test": "echo \"No test specified\"",
        "serve": "npx http-server -o index.html -c-1"
    },
    "jest": {
        "preset": "jest-puppeteer"
    },
    "author": "Yair Even-Or <vsync.design@gmail.com>",
    "main": "./dist/tagify.min.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/yairEO/tagify.git"
    },
    "bugs": {
        "url": "https://github.com/yaireo/tagify/issues"
    },
    "files": [
        "/dist",
        "/src/tagify.scss"
    ],
    "peerDependencies": {
        "prop-types": "^15.7.2"
    },
    "devDependencies": {
        "@babel/core": "^7.20.2",
        "@babel/preset-env": "^7.20.2",
        "@babel/preset-react": "^7.18.6",
        "@rollup/plugin-babel": "^6.0.2",
        "@rollup/stream": "git+https://github.com/andremacola/stream.git",
        "beepbeep": "^1.3.0",
        "gulp": "^4.0.2",
        "gulp-autoprefixer": "^8.0.0",
        "gulp-babel": "^8.0.0",
        "gulp-bump": "^3.2.0",
        "gulp-cached": "^1.1.1",
        "gulp-clean-css": "^4.3.0",
        "gulp-combine-mq": "^0.4.0",
        "gulp-concat": "^2.6.1",
        "gulp-css-globbing": "^0.2.2",
        "gulp-header-comment": "^0.10.0",
        "gulp-insert": "^0.5.0",
        "gulp-load-plugins": "^2.0.8",
        "gulp-rename": "^2.0.0",
        "gulp-replace": "^1.1.3",
        "gulp-sass": "^5.1.0",
        "gulp-sourcemaps": "^3.0.0",
        "gulp-streamify": "^1.0.2",
        "gulp-tag-version": "^1.3.1",
        "gulp-tap": "^2.0.0",
        "gulp-terser": "^2.1.0",
        "gulp-umd": "^2.0.0",
        "gulp-util": "^3.0.8",
        "gulp-watch": "^5.0.1",
        "path": "^0.12.7",
        "rollup": "^2.75.5",
        "rollup-plugin-banner": "^0.2.1",
        "rollup-plugin-terser": "^7.0.2",
        "run-sequence": "^2.2.1",
        "sass": "^1.39.0",
        "semver": "^7.3.8",
        "vinyl-source-stream": "^2.0.0"
    }
}
