[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/NodeSecure/scanner/master/workspaces/github/package.json [Back]  [Original]

{
  "name": "@nodesecure/github",
  "version": "2.1.0",
  "description": "Download repository from github",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -b",
    "prepublishOnly": "npm run build",
    "test-only": "node --test \"./test/**/*.spec.ts\"",
    "test-types": "attw --pack . --profile esm-only",
    "test": "c8 -r html npm run test-only && npm run test-types"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NodeSecure/scanner",
    "directory": "workspaces/github"
  },
  "keywords": [
    "NodeSecure",
    "github",
    "download",
    "archive"
  ],
  "files": [
    "dist"
  ],
  "author": "GENTILHOMME Thomas ",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NodeSecure/scanner/issues"
  },
  "homepage": "https://github.com/NodeSecure/scanner/tree/master/workspaces/github#readme",
  "dependencies": {
    "@openally/httpie": "1.1.4",
    "tar-fs": "^3.0.5"
  },
  "devDependencies": {
    "@types/tar-fs": "^2.0.4"
  },
  "engines": {
    "node": ">=22"
  }
}

Web Proxy Viewer  |  New URL  |  Original Page