{ "name": "@tableland/cli", "version": "7.3.1", "description": "Tableland command line tools", "repository": { "type": "git", "url": "git+https://github.com/tablelandnetwork/tableland-js.git", "directory": "packages/cli" }, "publishConfig": { "access": "public" }, "overrides": { "ethereum-waffle": { "@nomicfoundation/hardhat-chai-matchers": "*" } }, "keywords": [ "tableland", "sql", "ethereum", "cli", "database" ], "type": "module", "main": "./dist/cli.js", "module": "./dist/cli.js", "bin": { "tableland": "./dist/cli.js" }, "files": [ "dist/**/*.js" ], "nx": { "implicitDependencies": [ "!@tableland/local" ] }, "scripts": { "prepublishOnly": "npm run build", "test": "mocha --exit", "test:ci": "npm run coverage", "coverage": "TEST_TIMEOUT_FACTOR=3 c8 --100 --exclude test mocha --exit", "coverage:report": "c8 report --reporter=html", "clean": "rm -rf dist", "build": "npx tsc && chmod +x dist/cli.js", "tableland": "node ./dist/cli.js" }, "license": "MIT AND Apache-2.0", "dependencies": { "@tableland/node-helpers": "^1.0.0", "@tableland/sdk": "^7.2.0", "@tableland/sqlparser": "^1.4.1", "@tableland/studio-cli": "^0.3.0", "cli-select-2": "^2.0.0", "cosmiconfig": "^9.0.0", "data-uri-to-buffer": "^6.0.1", "dotenv": "^16.0.3", "ethers": "^6.12.1", "inquirer": "^9.1.2", "js-yaml": "^4.1.0", "node-fetch": "^3.2.10", "readline": "^1.3.0", "table": "^6.8.1", "yargs": "^17.6.2" } }