UNPKG

@hotglue/cli

Version:
80 lines (79 loc) 1.8 kB
{ "name": "@hotglue/cli", "version": "1.0.32", "description": "hotglue CLI tools", "main": "./lib/mjs/index.js", "module": "./lib/mjs/index.js", "exports": { ".": { "import": "./lib/mjs/index.js", "require": "./lib/cjs/index.js" } }, "bin": { "hotglue": "./lib/mjs/index.js" }, "files": [ "lib/*" ], "type": "module", "scripts": { "build": "rollup -c rollup.config.js && npm run chmodit", "chmodit": "chmod +x ./lib", "lint": "eslint src", "pretty": "prettier src --write" }, "repository": { "type": "git", "url": "git+https://github.com/hotgluexyz/hotglue.git" }, "keywords": [ "hotglue", "cli", "etl" ], "author": "hotglue, Inc.", "license": "ISC", "bugs": { "url": "https://github.com/hotgluexyz/hotglue/issues" }, "homepage": "https://github.com/hotgluexyz/hotglue#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "async": "^3.2.5", "aws-sdk": "^2.1530.0", "axios": "^1.6.5", "chalk": "^4.1.2", "cli-spinners": "^2.6.1", "cli-table": "^0.3.11", "cosmiconfig": "^7.0.1", "debug": "^4.3.3", "dotenv": "^14.2.0", "esm": "^3.2.25", "micromatch": "^4.0.4", "ora": "^5.4.1", "progress": "^2.0.3", "yaml": "^1.10.2", "yargs": "^17.3.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-terser": "^0.4.4", "@types/async": "^3.2.24", "esbuild": "^0.14.13", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "nodemon": "^2.0.15", "prettier": "^2.5.1", "rollup": "^4.24.0" }, "esm": { "mode": "auto", "await": true, "wasm": true } }