1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00
ocsms/package.json
Nextcloud Command Bot 2fcd1d5e9c
Update npm and node engines versions (#346)
Signed-off-by: Nextcloud bot <bot@nextcloud.com>

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Co-authored-by: Nextcloud bot <bot@nextcloud.com>
2022-08-18 09:25:47 +02:00

15 lines
266 B
JSON

{
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "latest",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4",
"gulp-rename": "latest"
},
"dependencies": {},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
}