{
  "name": "@splunk/visualization-encoding-parsers",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "Splunk",
  "version": "26.4.1",
  "scripts": {
    "build": "export NODE_OPTIONS=--openssl-legacy-provider && NODE_ENV=production webpack --config ./webpack.config.js --bail",
    "build:ci": "yarn build && yarn docs",
    "clean": "yarn clean:webpack && yarn clean:test-reports",
    "clean:webpack": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm",
    "clean:test-reports": "rm -rf ./test-reports",
    "dev": "export NODE_OPTIONS=--openssl-legacy-provider && NODE_ENV=development webpack --config ./webpack.config.js --watch",
    "eslint": "eslint src --ext \".js,.jsx\"",
    "eslint:ci": "eslint src --ext \".js,.jsx\" -f junit -o test-reports/lint-results.xml",
    "eslint:fix": "eslint src --ext \".js, .jsx\" --fix",
    "lint": "yarn run eslint",
    "lint:ci": "yarn run eslint:ci",
    "test:unit": "jest src/.*",
    "test:unit:ci": "yarn run test:unit",
    "test:unit:watch": "jest --watch src/.*"
  },
  "dependencies": {
    "@babel/runtime": "^7.25.9",
    "chroma-js": "^2.0.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.13.0",
    "@splunk/eslint-config": "^4.0.0",
    "@splunk/jsdoc-loader": "^3.0.1",
    "@splunk/visualization-build-tools": "^26.4.1",
    "@splunk/webpack-configs": "^4.0.0",
    "babel-loader": "^8.2.1",
    "eslint": "^7.20.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^7.2.0",
    "eslint-import-resolver-webpack": "^0.13.8",
    "eslint-plugin-import": "^2.22.1",
    "raw-loader": "^4.0.0",
    "webpack": "^4.29.6",
    "webpack-dev-server": "^3.1.8",
    "webpack-merge": "^4.2.1"
  }
}
