UNPKG

banner-cli

Version:

Create a banner comment from package data.

75 lines (74 loc) 1.56 kB
{ "name": "banner-cli", "version": "0.14.3", "description": "Create a banner comment from package data.", "homepage": "https://cjpatoilo.com/banner-cli", "repository": "cjpatoilo/banner-cli", "license": "MIT", "author": "CJ Patoilo <cjpatoilo@gmail.com>", "private": false, "bin": "cli.js", "main": "index.js", "files": [ "cli.js", "index.js" ], "keywords": [ "🐥", "author", "automation", "banner", "bundle", "bundles", "comment", "comments", "contributing", "generate", "generator", "license", "npm", "package.json", "version", "versions" ], "dependencies": { "glob": "^7.1.6", "prepend-file": "^1.3.1", "rasper": "latest" }, "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" ] } }