{
  "name": "scanoss",
  "version": "0.40.0",
  "description": "The SCANOSS JS package provides a simple, easy to consume module for interacting with SCANOSS APIs/Engine.",
  "main": "build/main/index.js",
  "typings": "build/main/index.d.ts",
  "module": "build/module/index.js",
  "repository": "https://github.com/scanoss/scanoss.js",
  "license": "MIT",
  "keywords": [],
  "bin": {
    "scanoss-js": "build/main/cli/bin/cli-bin.js"
  },
  "scripts": {
    "build": "run-p build:*",
    "build:main": "tsc -p tsconfig.json",
    "build:module": "tsc -p tsconfig.module.json",
    "test": "nyc mocha -r ts-node/register 'tests/**/*.ts' 'src/**/*.spec.ts'",
    "install-dev": "npm run build && npm run test && npm install -g .",
    "prepare": "npm run build"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@grpc/grpc-js": "^1.5.5",
    "abort-controller": "^3.0.0",
    "adm-zip": "^0.5.9",
    "cli-progress": "^3.9.1",
    "commander": "^11.1.0",
    "eventemitter3": "^4.0.7",
    "form-data": "^4.0.5",
    "google-protobuf": "^3.19.4",
    "gunzip-maybe": "^1.4.2",
    "isbinaryfile": "^4.0.8",
    "libarchive.js": "^2.0.2",
    "node-fetch": "^2.6.1",
    "p-queue": "6.6.2",
    "packageurl-js": "^1.2.1",
    "proxy-agent": "^6.4.0",
    "sort-paths": "^1.1.1",
    "stream-json": "^1.9.1",
    "syswide-cas": "^5.3.0",
    "tar": "7.5.7",
    "tar-stream": "^2.2.0",
    "uuid": "^9.0.0",
    "xml-js": "^1.6.11"
  },
  "devDependencies": {
    "@ava/typescript": "^1.1.1",
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/node": "^25.2.0",
    "@types/node-fetch": "^2.6.2",
    "@types/node-gzip": "^1.1.0",
    "@types/stream-json": "^1.7.8",
    "@types/tar": "^6.1.3",
    "@types/uuid": "^9.0.0",
    "chai": "^4.3.6",
    "codecov": "^3.5.0",
    "deep-equal-in-any-order": "^2.0.1",
    "mocha": "^10.2.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "prettier": "^2.8.8",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3"
  },
  "files": [
    "build/main",
    "build/module",
    "!**/*.json",
    "assets/**",
    "!**/*.spec.*",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "nyc": {
    "extends": "@istanbuljs/nyc-config-typescript",
    "exclude": [
      "**/*.spec.ts"
    ]
  }
}
