-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.2 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "aether-cms",
"version": "1.2.0",
"description": "A modern, elegant content management system designed for developers and content creators who value simplicity and power.",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"build": "node assets/js/generate-static.js --",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aether",
"aether-cms",
"litenode",
"cms",
"content-management",
"static-site-generator",
"ssg",
"markdown",
"nodejs",
"javascript",
"site-builder",
"headless",
"template",
"themes",
"frontend",
"backend",
"developer-tools",
"content-authoring"
],
"author": {
"name": "LebCit",
"url": "https://lebcit.github.io/"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"adm-zip": "^0.5.16",
"argon2": "^0.43.0",
"litenode": "^4.6.0",
"marked": "^15.0.11"
},
"engines": {
"node": ">= 18"
},
"repository": {
"type": "git",
"url": "https://github.com/LebCit/aether-cms.git"
},
"homepage": "https://aether-cms.pages.dev/",
"bugs": {
"url": "https://github.com/LebCit/aether-cms/issues"
}
}