mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"name": "hyprland-site",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ejs": "^3.1.8",
|
|
"express": "^4.18.1"
|
|
}
|
|
}
|