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 4af2d4371e
chore: update node engines to next LTS (node 20 / npm 9) (#354)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Co-authored-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-22 17:09:39 +02:00

15 lines
256 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": "^20.0.0",
"npm": "^9.0.0"
}
}