aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f325688
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
1{
2 "name": "marussy.com",
3 "version": "0.0.1",
4 "description": "My website",
5 "homepage": "https://marussy.com",
6 "keywords": [
7 "blog"
8 ],
9 "main": "index.js",
10 "repository": {
11 "type": "git",
12 "url": "https://git.marussy.com/blog"
13 },
14 "author": "Kristóf Marussy <kristof@marussy.com>",
15 "license": "Unlicense",
16 "dependencies": {
17 "hugo-theme-marussy": "file:./themes/marussy"
18 },
19 "engine": {
20 "node": ">=15.8.0"
21 }
22}