{
  "version": "4.4.10",
  "name": "@aion-dk/js-client",
  "license": "MIT",
  "description": "Assembly Voting JS client",
  "main": "dist/lib/av_client.js",
  "types": "dist/lib/av_client.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/aion-dk/js-client.git"
  },
  "homepage": "https://aion-dk.github.io/js-client/",
  "scripts": {
    "test": "mocha --require ts-node/register/transpile-only --require source-map-support/register --recursive --extension ts ./test/*.test.ts ./test/**/*.test.ts",
    "test:walkthrough": "mocha --require ts-node/register/transpile-only --require source-map-support/register --recursive --extension ts ./test/walkthrough.test.ts",
    "coverage": "tsc && nyc --reporter=json-summary --reporter=text yarn test",
    "tdd": "mocha --require ts-node/register/transpile-only --require source-map-support/register --extension ts ./test/*.test.ts ./test/**/*.test.ts --watch --watch-files test/**/*.ts,lib/**/*.ts",
    "docs": "typedoc --plugin none --out docs --includes test/",
    "build": "tsc && cp lib/av_client/*.js dist/lib/av_client",
    "lint": "eslint lib/ test/",
    "webpack": "webpack --config webpack.config.js"
  },
  "files": [
    "dist/lib/**/*"
  ],
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "base-x": "^5.0.0",
    "buffer": "^6.0.3",
    "jwt-decode": "^4.0.0",
    "xml-js": "^1.6.11"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.18.0",
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/chai": "^5.0.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.10.7",
    "@types/sjcl": "^1.0.34",
    "@typescript-eslint/eslint-plugin": "^8.20.0",
    "@typescript-eslint/parser": "^8.20.0",
    "chai": "^5.1.2",
    "dotenv": "^16.4.7",
    "eslint": "^9.18.0",
    "eslint-plugin-promise": "^7.2.1",
    "globals": "^15.14.0",
    "mocha": "^11.0.1",
    "nock": "^13.5.6",
    "nyc": "^17.1.0",
    "sinon": "^19.0.2",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.2",
    "typedoc": "^0.27.6",
    "typescript": "^5.7.3",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1"
  }
}
