UNPKG

rflint

Version:

A tool to check style and conventions of Robot Framework project.

30 lines (29 loc) 566 B
{ "name": "rflint", "version": "0.0.18", "description": "A tool to check style and conventions of Robot Framework project.", "main": "src/index.js", "scripts": { "test": "rflint" }, "repository": { "type": "git", "url": "git@git.souche-inc.com:zhouhuiping/rflint.git" }, "keywords": [ "Robot", "Framework", "lint", "rflint" ], "author": "zhouhuiping", "license": "ISC", "bin": { "rflint": "src/index.js" }, "dependencies": { "colors": "^1.3.3", "commander": "^2.20.3", "glob": "^7.1.3" } }