UNPKG

@unito/integration-debugger

Version:

The Unito Integration Debugger

82 lines (81 loc) 2.28 kB
{ "name": "@unito/integration-debugger", "version": "0.28.8", "description": "The Unito Integration Debugger", "type": "commonjs", "bin": { "integration-debugger": "./dist/src/index.js" }, "engines": { "node": ">=20.0.0", "npm": ">=10.0.0" }, "scripts": { "lint": "eslint --fix src test --ext .ts && prettier --write src test", "dev": "tsc --watch", "start": "node dist/src/index.js", "start:single": "node dist/src/index.js --operation-collection-items-per-page=1 --operation-collection-follow-next-pages=false --checks=", "prepublishOnly": "npm run lint && npm run test", "prepare": "npm run compile", "compile": "rm -rf dist && tsc", "compile:watch": "tsc --watch", "test": "ts-mocha \"test/**/*.test.ts\"", "test:debug": "ts-mocha --inspect-brk \"test/**/*.test.ts\"", "ci:test": "c8 npm run test" }, "author": { "name": "Unito", "email": "hello@unito.io" }, "license": "LicenseRef-LICENSE", "keywords": [ "typescript", "unito", "unitoio", "unitoinc", "sync", "integrations", "connectors" ], "main": "dist/src/index.js", "files": [ "dist/src/**/*" ], "devDependencies": { "@types/blessed": "0.x", "@types/gradient-string": "1.x", "@types/mocha": "10.x", "@types/node": "20.x", "@types/react": "18.2.0", "@types/react-blessed": "0.7.3", "@types/sinon": "17.x", "@typescript-eslint/eslint-plugin": "7.x", "@typescript-eslint/parser": "7.x", "c8": "9.x", "eslint": "8.x", "mocha": "10.x", "prettier": "3.x", "sinon": "17.x", "ts-mocha": "10.x", "typescript": "5.x" }, "dependencies": { "@hookstate/core": "4.x", "@oazapfts/runtime": "1.x", "@unito/integrations-platform-client": "^1.1.8", "ajv": "8.x", "ajv-formats": "2.x", "blessed": "0.x", "chalk": "4.x", "clipboardy": "2.x", "commander": "11.x", "gradient-string": "2.x", "json-colorizer": "2.x", "json-schema-faker": "^0.5.8", "react": "17.x", "react-blessed": "0.x" }, "dependencies_temporarily_pinned": { "clipboardy": " v2.x version of clipboardy is temporarily pinned until the project support ESM https://github.com/adonisjs/core/discussions/3620" } }