-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.29 KB
/
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
40
41
{
"name": "loadmill-ghost-v5-on-heroku",
"version": "5.94.0",
"description": "Deploy latest ghost v5 on Heroku",
"main": "ghost/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/loadmill/loadmill-ghost-v5-on-heroku.git"
},
"engines": {
"node": "18.x",
"npm": "8.x"
},
"keywords": [
"ghost",
"ghost v5",
"heroku"
],
"author": "thelovekesh <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thelovekesh/ghost-v5-on-heroku/issues"
},
"homepage": "https://github.com/thelovekesh/ghost-v5-on-heroku#readme",
"dependencies": {
"casper": "git+https://github.com/TryGhost/Casper.git#main",
"lyra": "git+https://github.com/TryGhost/lyra.git#main",
"ghost-storage-adapter-s3": "^2.8.0",
"ghost-storage-cloudinary": "^3.0.0",
"mysql": "^2.18.1",
"mysql2": "2.3.3"
},
"devDependencies": {
"tar": "^7.4.3"
},
"scripts": {
"start": "node ghost/index.js",
"preinstall": "yarn config set ignore-engines true",
"postinstall": "node bin/install-ghost.mjs && yarn install --cwd ghost && bash bin/cloudinary.sh && bash bin/aws-s3.sh && bash bin/themes.sh"
}
}