{
  "ava": {
    "failFast": false,
    "files": [
      "dist/tests/**/*.js",
      "!dist/tests/**/fixtures/**/*.js"
    ],
    "timeout": "1m",
    "workerThreads": false
  },
  "dependencies": {
    "@hint/utils": "^7.0.22",
    "@hint/utils-debug": "^1.0.10",
    "@hint/utils-fs": "^1.0.15",
    "@hint/utils-i18n": "^1.0.14",
    "@hint/utils-network": "^1.0.24",
    "@hint/utils-types": "^1.2.0",
    "js-library-detector": "^6.5.0",
    "lodash": "^4.17.21",
    "semver": "^7.3.5"
  },
  "description": "hint that that checks using Snyk for vulnerable JavaScript libraries",
  "devDependencies": {
    "@hint/utils-create-server": "^3.4.24",
    "@hint/utils-tests-helpers": "^6.5.4",
    "@types/node": "^18.13.0",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "angular": "1.4.9",
    "ava": "^4.3.3",
    "copyfiles": "^2.4.1",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-markdown": "^2.2.1",
    "jquery": "2.1.4",
    "knockout": "https://codeload.github.com/knockout/knockout/tar.gz/refs/tags/v3.4.0-rc",
    "moment": "^2.29.4",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.5"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://webhint.io/",
  "keywords": [
    "no-vulnerable-javascript-libraries",
    "no-vulnerable-javascript-libraries-hint",
    "webhint",
    "webhint-hint",
    "webhint-recommended"
  ],
  "license": "Apache-2.0",
  "main": "dist/src/hint.js",
  "name": "@hint/hint-no-vulnerable-javascript-libraries",
  "nyc": {
    "extends": "../../.nycrc"
  },
  "peerDependencies": {
    "hint": "^7.0.0"
  },
  "repository": {
    "directory": "packages/hint-no-vulnerable-javascript-libraries",
    "type": "git",
    "url": "https://github.com/webhintio/hint.git"
  },
  "scripts": {
    "build": "npm run i18n && npm run prebuild && npm-run-all build:*",
    "build-release": "npm run clean && npm run i18n && npm run prebuild && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
    "build:assets": "copyfiles -e \"./src/snyk-snapshot.json\" \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
    "build:ts": "tsc -b",
    "clean": "rimraf dist",
    "i18n": "node ../../scripts/create-i18n.js",
    "lint": "npm-run-all lint:*",
    "lint:js": "eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore",
    "lint:dependencies": "node ../../scripts/lint-dependencies.js",
    "lint:md": "node ../../scripts/lint-markdown.js",
    "prebuild": "npm-run-all prebuild:*",
    "prebuild:snyk": "node ./scripts/pack-snyk.js",
    "test": "npm run prebuild && npm run i18n && npm run lint && npm run build && npm run test-only",
    "test-only": "nyc ava",
    "test-release": "npm run i18n && npm run lint && npm run build-release && ava",
    "watch": "npm run build && npm-run-all --parallel -c watch:*",
    "watch:assets": "npm run build:assets -- -w --no-initial",
    "watch:test": "ava --watch",
    "watch:ts": "npm run build:ts -- --watch"
  },
  "version": "2.12.19"
}