UNPKG

contract-shield-cli

Version:

A CLI tool that verifies preconditions, postconditions, and invariants in contracts without altering their original source code. `contract-shield-cli` enforces Design by Contract principles externally, ensuring contracts behave as expected while preservin

17 lines 310 B
{ "patterns": [ "**/*.js" ], "exclude": [ "node_modules/**", "dist/**", "coverage/**", "build/**", "test/**", "tests/**", "**/*.config.js", "__tests__/**", "**/*.test.js" ], "output": "./dist" }