{
  "name": "@skyscanner/bpk-svgs",
  "version": "20.14.0",
  "description": "Backpack's library of SVG's.",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.16.0",
    "npm": ">=9.5.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Skyscanner/bpk-svgs.git"
  },
  "author": "Backpack Design System <backpack@skyscanner.net>",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "gulp clean && gulp",
    "clean": "rm -rf node_modules",
    "jest": "TZ=Etc/UTC jest --coverage",
    "lint": "npm run lint:js",
    "lint:js": "eslint . --ext js,jsx",
    "lint:js:fix": "eslint . --ext js,jsx --fix",
    "prettier": "prettier --config .prettierrc --write \"**/*.{js,jsx}\"",
    "test": "npm run lint && npm run jest"
  },
  "jest": {
    "coverageReporters": [
      "text"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 70,
        "functions": 75,
        "lines": 75,
        "statements": 75
      }
    },
    "testRegex": "src/.*-test\\.js$",
    "transformIgnorePatterns": [
      "node_modules/(?!bpk)"
    ]
  },
  "devDependencies": {
    "@skyscanner/bpk-foundations-web": "^21.0.0",
    "@skyscanner/eslint-config-skyscanner": "^22.3.1",
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@svgr/plugin-prettier": "^8.1.0",
    "@svgr/plugin-svgo": "^8.1.0",
    "@types/react": "^18.2.79",
    "babel-loader": "^10.0.0",
    "camelcase": "^8.0.0",
    "del": "^8.0.0",
    "gulp": "^5.0.0",
    "gulp-chmod": "^4.0.0",
    "gulp-clone": "^2.0.1",
    "gulp-rename": "^2.0.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-util": "^3.0.8",
    "jest": "^30.0.4",
    "lodash": "^4.17.20",
    "ordered-read-streams": "^2.0.0",
    "svgo": "^4.0.0",
    "through2": "^4.0.2",
    "typescript": "^5.8.3"
  }
}
