mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
23 lines
543 B
JSON
23 lines
543 B
JSON
{
|
|
"name": "ghost",
|
|
"version": "0.0.1",
|
|
"description": "Deploy Ghost v4 on Railway",
|
|
"main": "index.js",
|
|
"author": "farazpatankar",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "12.X"
|
|
},
|
|
"dependencies": {
|
|
"casper": "github:TryGhost/Casper#main",
|
|
"ghost": "^4.3.3",
|
|
"ghost-storage-cloudinary": "^2.1.5",
|
|
"lyra": "github:TryGhost/lyra#master",
|
|
"mysql2": "^2.2.5"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"postinstall": "bin/alter-auth-method && bash bin/cloudinary.sh && bash bin/themes.sh"
|
|
}
|
|
}
|