UNPKG

ghostify

Version:
52 lines (51 loc) 1.16 kB
{ "name": "ghostify", "version": "1.0.3", "description": "A ghost theme deployer", "main": "lib/index.js", "bin": ".bin/cli.js", "scripts": { "build": "tsc", "watch": "tsc -w" }, "files": [ ".bin", "lib", "LICENCE", "package.json", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/NemsLucky/ghostify.git" }, "keywords": [ "Ghost", "Ghost-Theme", "action-theme-deploy", "ghost-theme-deploy" ], "author": { "name": "luckynems", "url": "https://github.com/NemsLucky", "email": "pnembot09@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/NemsLucky/ghostify/issues" }, "homepage": "https://github.com/NemsLucky/ghostify#readme", "devDependencies": { "@types/adm-zip": "^0.5.0", "@types/minimist": "^1.2.2", "@types/node": "^18.0.0", "typescript": "^4.7.4" }, "dependencies": { "@tryghost/admin-api": "^1.13.0", "@tryghost/errors": "^1.2.14", "@tryghost/logging": "2.1.5", "adm-zip": "^0.5.9", "minimist": "^1.2.6" } }