{
  "name": "@splunk/visualization-encoding",
  "license": "Apache-2.0",
  "author": "Splunk Inc.",
  "version": "28.6.0",
  "scripts": {
    "build": "viz-build",
    "build:ci": "yarn build && yarn docs",
    "clean": "yarn clean:esbuild && yarn clean:test-reports",
    "clean:esbuild": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm",
    "clean:test-reports": "rm -rf ./test-reports",
    "dev": "viz-build --watch",
    "eslint": "eslint src --ext \".js,.jsx,.ts,.tsx\"",
    "eslint:ci": "eslint src --ext \".js,.jsx,.ts,.tsx\" -f junit -o test-reports/lint-results.xml",
    "eslint:fix": "eslint src --ext \".js, .jsx,.ts,.tsx\" --fix",
    "format:fix": "git ls-files | grep -E '\\.(es|jsx?|tsx?|css|md)$' | xargs prettier --write",
    "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/.*",
    "nearley": "nearleyc src/nearley/vizgrammar.ne -o src/nearley/generated/vizparser.js",
    "nearley:test": "nearley-test -i \"foo|bar(zap, 'dang', 23)|bloort()\" src/nearley/generated/vizparser.js"
  },
  "dependencies": {
    "@splunk/moment": "^0.7.0",
    "@splunk/visualization-schemas": "^28.6.0",
    "chroma-js": "^3.2.0",
    "lodash": "^4.17.23",
    "nearley": "^2.20.1",
    "numbro": "2.5.0"
  },
  "devDependencies": {
    "@splunk/visualization-build-tools": "^28.6.0",
    "@splunk/visualization-themes": "^28.6.0",
    "@types/chroma-js": "^3.1.2",
    "@types/nearley": "^2.11.5",
    "typescript": "^5"
  }
}
