UNPKG

smee-client

Version:

Client to proxy webhooks to localhost

50 lines (49 loc) 1.27 kB
{ "name": "smee-client", "version": "3.1.1", "description": "Client to proxy webhooks to localhost", "main": "index.js", "type": "module", "bin": { "smee": "./bin/smee.js" }, "files": [ "index.js", "index.d.ts", "bin" ], "scripts": { "build": "tsc -p tsconfig.json", "lint": "prettier --check \"index.ts\" \"test/**/*.ts\" bin/smee.js package.json tsconfig.json --end-of-line auto", "lint:fix": "prettier --write \"index.ts\" \"test/**/*.ts\" bin/smee.js package.json tsconfig.json --end-of-line auto", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:dev": "vitest --ui --coverage" }, "repository": "github:probot/smee-client", "author": "", "license": "ISC", "dependencies": { "commander": "^12.0.0", "eventsource": "^3.0.5", "undici": "^6.19.8", "validator": "^13.11.0" }, "devDependencies": { "@octokit/tsconfig": "^4.0.0", "@types/node": "^20.0.0", "@types/validator": "^13.11.6", "@vitest/coverage-v8": "^3.0.0", "fastify": "^5.0.0", "prettier": "^3.1.0", "typescript": "^5.0.0", "vitest": "^3.0.0" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "provenance": true } }