UNPKG

franz-validate

Version:
32 lines (31 loc) 620 B
{ "name": "franz-validate", "version": "0.0.1", "description": "validate franz.yml files", "main": "index.js", "repository": "git@github.com:bukinoshita/franz-validate.git", "author": "Bu Kinoshita <bukinoshita@gmail.com>", "license": "MIT", "keywords": [ "franz", "franz-validate", "franz-cli", "validate", "yaml", "yml", "validator", "docker", "dockerfile" ], "scripts": { "test": "xo --quiet && ava" }, "devDependencies": { "ava": "^0.21.0", "eslint-config-prettier": "^2.3.0", "xo": "^0.18.2" }, "xo": { "extends": "prettier" } }