UNPKG

adevar-move

Version:

CLI tool to scope Move projects for auditing - counts lines of code excluding comments, blank lines, and test macros

35 lines 879 B
{ "name": "adevar-move", "version": "1.0.2", "description": "CLI tool to scope Move projects for auditing - counts lines of code excluding comments, blank lines, and test macros", "main": "index.js", "bin": { "adevar-move": "./index.js" }, "scripts": { "start": "node index.js" }, "keywords": ["move", "audit", "cli", "scope", "blockchain", "aptos", "sui", "lines-of-code", "adevar"], "author": "0xnirlin", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AdevarLabs/adevar-move.git" }, "homepage": "https://github.com/AdevarLabs/adevar-move#readme", "bugs": { "url": "https://github.com/AdevarLabs/adevar-move/issues" }, "engines": { "node": ">=14.0.0" }, "files": [ "index.js", "README.md", "LICENSE", ".gitignore" ], "dependencies": { "commander": "^11.0.0" } }