{ "name": "@flasher/php-flasher", "type": "module", "version": "2.1.5", "description": "A powerful and flexible flash notification system for PHP applications", "license": "MIT", "author": "Younes ENNAJI ", "homepage": "https://php-flasher.io", "repository": { "type": "git", "url": "https://github.com/php-flasher/php-flasher.git" }, "bugs": { "url": "https://github.com/php-flasher/php-flasher/issues" }, "keywords": [ "flasher", "notifications", "php", "symfony", "laravel", "toastr", "sweetalert", "noty", "notyf" ], "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "workspaces": [ "src/Prime/Resources", "src/Noty/Prime/Resources", "src/Notyf/Prime/Resources", "src/SweetAlert/Prime/Resources", "src/Toastr/Prime/Resources" ], "scripts": { "dev": "rollup -c", "watch": "rollup -c -w", "build": "cross-env NODE_ENV=production rollup -c", "clean": "rimraf src/*/Prime/Resources/dist", "link": "npm link --workspaces", "ncu": "ncu -u && npm run ncu --workspaces" }, "devDependencies": { "@antfu/eslint-config": "^2.27.3", "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-eslint": "^9.0.5", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-strip": "^3.0.4", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^22.13.14", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "all-contributors-cli": "^6.26.1", "autoprefixer": "^10.4.21", "browserslist": "^4.24.4", "cross-env": "^7.0.3", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", "eslint": "^8.57.1", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.10.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.5", "postcss": "^8.5.3", "postcss-discard-comments": "^7.0.3", "punycode": "^2.3.1", "rimraf": "^6.0.1", "rollup": "^4.37.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-filesize": "^10.0.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-progress": "^1.1.2", "sass": "^1.86.0", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.8.2" } }