2022-08-13 16:15:08 +02:00
|
|
|
{
|
2023-02-23 19:48:08 +01:00
|
|
|
"name": "hyprland-website",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"description": "Website for Hyprland - Hyprland - A wayland compositor that doesn't sacrifice on its looks!",
|
2023-02-23 21:58:23 +01:00
|
|
|
"main": "index.js",
|
2022-08-13 16:15:08 +02:00
|
|
|
"scripts": {
|
2023-02-23 21:58:23 +01:00
|
|
|
"start": "NODE_ENV=production node index.js",
|
|
|
|
"dev": "nodemon index.js"
|
2022-08-13 16:15:08 +02:00
|
|
|
},
|
2023-02-23 19:48:08 +01:00
|
|
|
"keywords": [
|
|
|
|
"hyprland"
|
|
|
|
],
|
2022-08-13 16:15:08 +02:00
|
|
|
"author": "",
|
2023-02-23 19:48:08 +01:00
|
|
|
"license": "BSD-3-Clause",
|
2022-08-13 16:15:08 +02:00
|
|
|
"dependencies": {
|
2023-02-23 19:48:08 +01:00
|
|
|
"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",
|
2023-02-23 19:48:08 +01:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|