fabasoad/icq-notify-action

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "icq-notify-action",
  "version": "2.0.3",
  "description": "ICQ Notify GitHub Action",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:fabasoad/icq-notify-action.git"
  },
  "scripts": {
    "build": "ncc build -m src/index.ts",
    "lint": "biome lint --write src",
    "test": "jest --config=jest.config.json --coverage"
  },
  "keywords": [
    "actions",
    "github-actions"
  ],
  "author": "Yevhen Fabizhevskyi",
  "license": "MIT",
  "homepage": "https://github.com/fabasoad/icq-notify-action#readme",
  "dependencies": {
    "@actions/core": "1.10.1",
    "@actions/tool-cache": "2.0.1",
    "winston": "3.13.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.8.3",
    "@types/jest": "29.5.12",
    "@types/node": "20.14.9",
    "@types/sinon": "10.0.20",
    "@vercel/ncc": "0.38.1",
    "chai": "5.1.1",
    "icq-bot": "2.1.45",
    "jest": "29.7.0",
    "jest-circus": "29.7.0",
    "mocha-param": "2.0.1",
    "sinon": "16.1.3",
    "ts-jest": "29.1.5",
    "typescript": "5.5.3"
  },
  "packageManager": "yarn@4.3.1"
}