UNPKG

bloggify-cli

Version:
67 lines 1.8 kB
{ "name": "bloggify-cli", "version": "3.2.0", "description": "We make publishing easy.", "main": "lib/index.js", "bin": { "bloggify": "./bin/bloggify", "bloggify-start": "./bin/bloggify-dev-start", "bloggify-dev-start": "./bin/bloggify-dev-start", "bloggify-prod-start": "./bin/bloggify-prod-start", "bloggify-bundle": "./bin/bloggify-bundle", "bloggify-package-scripts": "./bin/bloggify-package-scripts" }, "dependencies": { "abs": "^1.3.14", "bloggify-actions": "^1.0.0", "bloggify-flexible-router": "^2.0.0", "bloggify-plugin-loader": "^2.0.1", "bloggify-renderer-ajs": "^2.0.1", "bloggify-template-renderer": "^2.0.2", "cute-logger": "^8.0.0", "deffy": "^2.2.4", "dotenv": "^16.0.0", "error-creator": "^1.0.0", "fs-file-tree": "^1.0.4", "is-there": "^4.5.1", "iterate-object": "^1.3.4", "lien": "^4.0.0", "local-ip-address": "^1.0.0", "maybe-require": "^1.0.0", "mkdirp": "^3.0.1", "noop6": "^1.0.9", "parse-db-uri": "^2.0.0", "require-dir-watch": "^1.0.0", "rucksack": "^6.1.1", "safe-r-json": "^1.0.3", "tilda": "^4.2.1", "typpy": "^2.3.13", "ul": "^5.2.1", "w-json": "^1.3.7" }, "scripts": { "start": "node server.js", "docs": "docsify serve docs" }, "repository": { "type": "git", "url": "git://github.com/Bloggify/Bloggify.git" }, "keywords": [ "framework", "http", "api", "web" ], "author": "Bloggify <support@bloggify.org> (https://bloggify.org)", "license": "MIT", "bugs": { "url": "https://github.com/Bloggify/Bloggify/issues" }, "homepage": "https://github.com/Bloggify/Bloggify", "devDependencies": { "docsify-cli": "^4.4.4", "r-json": "^1.2.10", "spawno": "^2.1.1" } }