{
  "name": "vizchange-stats",
  "version": "1.19.0",
  "description": "stats object module for vizchange.net",
  "main": "module.js",
  "type": "module",
  "scripts": {
    "test": "mocha 'tests/**/*.test.js' --timeout 500000 --bail",
    "test-slow": "mocha --timeout 500000 './*.slow.spec.js'",
    "test-quick": "mocha --timeout 5000 './*.quick.spec.js' './module/*.quick.spec.js'",
    "webpack": "webpack --mode=development"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nicklassundin/vizchange-stats.git"
  },
  "keywords": [
    "vizchange",
    "climatechange",
    "circ"
  ],
  "author": "nicklas sundin johansson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nicklassundin/vizchange-stats/issues"
  },
  "homepage": "https://github.com/nicklassundin/vizchange-stats#readme",
  "dependencies": {
    "assert": "^2.0.0",
    "axios": "^0.27.2",
    "axios-cache-interceptor": "^0.10.7",
    "cli-progress": "^3.10.0",
    "climate-plots-helper": "^1.0.7",
    "https": "^1.0.0",
    "https-browserify": "^1.0.0"
  },
  "release": {
    "branchs": [
      "release",
      "beta"
    ]
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "chai": "^4.4.1",
    "express": "^4.18.2",
    "https": "^1.0.0",
    "https-browserify": "^1.0.0",
    "mocha": "^10.5.2",
    "sinon": "^18.0.0",
    "sinon-chai": "^3.7.0",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.10.0"
  }
}
