hyprland-website/package.json

34 lines
718 B
JSON
Raw Normal View History

2022-08-13 16:15:08 +02:00
{
"name": "hyprland-website",
"version": "1.1.0",
"description": "Website for Hyprland - Hyprland - A wayland compositor that doesn't sacrifice on its looks!",
"main": "index.mjs",
2022-08-13 16:15:08 +02:00
"scripts": {
"start": "NODE_ENV=production node index.mjs",
"dev": "nodemon index.mjs"
2022-08-13 16:15:08 +02:00
},
"keywords": [
"hyprland"
],
2022-08-13 16:15:08 +02:00
"author": "",
"license": "BSD-3-Clause",
2022-08-13 16:15:08 +02:00
"dependencies": {
"compression": "^1.7.4",
2022-08-13 16:15:08 +02:00
"ejs": "^3.1.8",
2022-08-19 09:57:57 +02:00
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1"
},
"repository": "github:hyprwm/hyprland-website",
"private": "true",
"os": [
"darwin",
"linux"
],
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
2022-08-13 16:15:08 +02:00
}
}