mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
improve package.json
This commit is contained in:
+29
-2
@@ -2,7 +2,32 @@
|
||||
"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 <younes.ennaji.pro@gmail.com>",
|
||||
"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",
|
||||
@@ -14,6 +39,7 @@
|
||||
"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"
|
||||
},
|
||||
@@ -28,7 +54,7 @@
|
||||
"@rollup/plugin-strip": "^3.0.4",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@rollup/plugin-typescript": "^11.1.6",
|
||||
"@types/node": "^20.17.23",
|
||||
"@types/node": "^20.17.24",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"all-contributors-cli": "^6.26.1",
|
||||
@@ -45,7 +71,8 @@
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"postcss-discard-comments": "^6.0.2",
|
||||
"punycode": "^2.3.1",
|
||||
"rollup": "^4.34.9",
|
||||
"rimraf": "^6.0.1",
|
||||
"rollup": "^4.35.0",
|
||||
"rollup-plugin-cleanup": "^3.2.1",
|
||||
"rollup-plugin-clear": "^2.0.7",
|
||||
"rollup-plugin-copy": "^3.5.0",
|
||||
|
||||
Reference in New Issue
Block a user