UNPKG

@unito/integration-cli

Version:

Integration CLI

100 lines (99 loc) 2.55 kB
{ "name": "@unito/integration-cli", "version": "0.63.4", "description": "Integration CLI", "bin": { "integration-cli": "./bin/run" }, "license": "LicenseRef-LICENSE", "main": "dist/src/index.js", "types": "dist/index.d.ts", "author": { "name": "Unito", "email": "hello@unito.io" }, "engines": { "node": ">=20", "npm": ">=10" }, "scripts": { "prepublishOnly": "npm run lint && npm run test", "prepack": "oclif manifest", "postpack": "shx rm -f oclif.manifest.json", "prepare": "npm run compile", "lint": "eslint --fix src test scripts --ext .ts && prettier --write src test scripts", "compile": "rm -rf dist && ts-node scripts/generateTypes.ts > src/configurationTypes.ts && tsc -b && mkdir -p dist/schemas && cp schemas/*.json dist/schemas/ && cp -r boilerplate ./dist/boilerplate", "compile:watch": "tsc --build -w", "test": "mocha \"test/**/*.test.ts\"", "test:debug": "mocha --inspect-brk \"test/**/*.test.ts\"", "ci:test": "c8 npm run test" }, "files": [ "/bin", "/dist", "/npm-shrinkwrap.json", "/oclif.manifest.json", "!/bin/dev*" ], "dependencies": { "@ngrok/ngrok": "^1.4.1", "@oazapfts/runtime": "1.x", "@oclif/core": "3.x", "@unito/integration-debugger": "0.28.8", "ajv": "8.x", "ajv-formats": "3.x", "better-ajv-errors": "1.x", "chalk": "4.x", "cors": "2.x", "express": "5.x", "gradient-string": "2.x", "inquirer": "8.x", "json-colorizer": "2.x", "openurl": "1.x", "tmp": "0.x" }, "devDependencies": { "@oclif/test": "3.x", "@types/cors": "2.x", "@types/express": "4.x", "@types/gradient-string": "1.x", "@types/inquirer": "9.x", "@types/mocha": "10.x", "@types/node": "20.x", "@types/openurl": "1.x", "@types/tmp": "0.x", "@typescript-eslint/eslint-plugin": "7.x", "@typescript-eslint/parser": "7.x", "c8": "9.x", "eslint": "8.x", "json-schema-to-typescript": "13.x", "mocha": "10.x", "oclif": "3.x", "prettier": "3.x", "shx": "0.x", "sinon": "16.x", "tslib": "2.x", "typescript": "5.x" }, "oclif": { "bin": "integration-cli", "dirname": "integrationcli", "commands": "./dist/src/commands", "hooks": { "init": "./dist/src/hooks/init/displayLogo" } }, "overrides": { "minimatch": "5.x", "glob": "8.x" }, "keywords": [ "typescript", "unito", "unitoio", "unitoinc", "sync", "integrations", "connectors" ] }