UNPKG

boeing

Version:

Deployment to GitHub Pages.

61 lines (60 loc) 1.31 kB
{ "name": "boeing", "version": "0.2.1", "description": "Deployment to GitHub Pages.", "homepage": "https://cjpatoilo.com/boeing", "repository": "cjpatoilo/boeing", "license": "MIT", "author": "CJ Patoilo <cjpatoilo@gmail.com>", "private": false, "bin": "boeing", "keywords": [ "automation", "deploy", "deployment", "growth", "implementation", "performance", "progress", "rescue", "rollback", "save", "safety" ], "dependencies": {}, "devDependencies": { "ava": "^3.8.2", "boeing": "latest", "husky": "^4.2.5", "inject-ga": "^0.2.4", "lint-staged": "^10.2.9", "marshmallow": "latest", "nyc": "^15.1.0", "prettier-standard": "^16.3.0", "rimraf": "^3.0.2" }, "scripts": { "deploy": "marshmallow -o docs -i artwork.psd -f -m && inject-ga docs/index.html -o docs/index.html -c 'UA-24389952-13' && boeing docs && rimraf docs", "lint": "prettier-standard --check", "test": "nyc ava" }, "engines": { "node": "^12.18.0", "npm": "^6.14.5" }, "prettier": { "jsxSingleQuote": false, "trailingComma": "all" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "**/*": [ "prettier-standard --format", "git add" ] } }