sol-digger
Version:
Recursively traverse a directory to extract all Solidity files
20 lines (19 loc) • 458 B
JSON
{
"name": "sol-digger",
"version": "0.0.2",
"description": "Recursively traverse a directory to extract all Solidity files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duaraghav8/sol-digger.git"
},
"keywords": [
"Traversal",
"Solidity"
],
"author": "Raghav Dua <duaraghav8@gmail.com>",
"license": "MIT"
}