fabasoad/nsfw-detection-action

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nsfw-detection-action",
  "version": "2.0.4",
  "description": "This GitHub action detects nsfw content in committed files.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabasoad/nsfw-detection-action.git"
  },
  "scripts": {
    "build": "ncc build -m src/index.ts",
    "lint": "biome lint --write src",
    "test": "jest --config=jest.config.json --coverage"
  },
  "keywords": [
    "actions",
    "nsfw",
    "ai"
  ],
  "homepage": "https://github.com/fabasoad/nsfw-detection-action#readme",
  "dependencies": {
    "@actions/core": "1.10.1",
    "@actions/github": "5.1.1",
    "form-data": "4.0.0",
    "winston": "3.14.2"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.1",
    "@octokit/types": "12.6.0",
    "@types/chai": "4.3.19",
    "@types/glob": "8.1.0",
    "@types/jest": "29.5.13",
    "@types/node": "20.16.5",
    "@vercel/ncc": "0.38.1",
    "jest": "29.7.0",
    "jest-circus": "29.7.0",
    "mocha-param": "2.0.1",
    "ts-jest": "29.2.5",
    "typescript": "5.6.2"
  },
  "packageManager": "yarn@4.3.1"
}