{ "name": "chiba-clonk-sdk", "version": "0.1.0", "main": "index.js", "repository": "git@github.com:vulcanize/chiba-clonk-sdk.git", "author": "", "license": "UNLICENSED", "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.182", "@types/node": "^17.0.25", "@types/yargs": "^17.0.10", "typescript": "^4.6.3" }, "dependencies": { "chiba-clonk-client": "https://github.com/vulcanize/chiba-clonk-client.git#27a176fbade406a9c89599b6a0c81c1f0ca6e7cc", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "lodash-clean": "^2.2.3", "yargs": "^17.4.1" }, "scripts": { "lint": "eslint .", "clean": "rm -rf ./dist", "build": "tsc" }, "bin": { "chiba": "bin/chiba" } }