{ "name": "sbs-cli", "version": "1.0.0", "description": "The Super Blockchain Scaffolder, a command line utility for scaffolding blockchain-related projects!", "main": "start.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node ./pre-install.js", "uninstall": "node ./uninstall.js" }, "repository": { "type": "git", "url": "https://github.com/Super-Blockchain-Scaffolder/sbs-cli.git" }, "keywords": ["blockchain","crypto","npm","cli-tool","scaffold"], "author": "SBS Team - jim.lynch@evaluates2.com", "license": "MIT", "bugs": { "url": "https://github.com/Super-Blockchain-Scaffolder/sbs-cli/issues" }, "homepage": "https://sbs-cli.org", "files": [ "pre-install.js", "start.js", "uninstall.js", "README.md", "LICENSE" ] }