-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 986 Bytes
/
package.json
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
{
"name": "localghost",
"description": "Modified version of a clean install of Ghost - an independent technology for modern publishing, memberships, subscriptions and newsletters.",
"version": "5.79.0",
"license": "MIT",
"author": {
"name": "Camina Shell",
"email": "92443358+caminashell@users.noreply.github.com",
"url": "https://github.com/caminashell"
},
"os": [
"linux"
],
"cpu": [
"x64"
],
"private": true,
"workspaces": [
"versions/*"
],
"repository": {
"type": "git",
"url": "https://github.com/caminashell/localghost.git"
},
"bugs": "https://github.com/caminashell/localghost/issues",
"contributors": [
"https://github.com/caminashell/localghost/contributors"
],
"engines": {
"ghost": ">=5.0.0",
"node": "^18.19.0",
"npm": "^10.4.0",
"yarn": "^4.1.0"
},
"scripts": {
"preinstall": "yarn cache clean --all && rm -rf ~/.yarn//berry/metadata"
},
"packageManager": "yarn@4.1.0"
}