{
    "name": "htmx-ext-transfer-encoding-chunked",
    "main": "transfer-encoding-chunked.js",
    "version": "0.4.0",
    "scripts": {
      "lint": "eslint test/ext test",
      "lint-fix": "eslint test/ext test --fix",
      "format": "eslint --fix test/ext test",
      "test": "mocha-chrome test/index.html"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/fabge/htmx-transfer-encoding-chunked.git"
    },
    "devDependencies": {
      "chai": "^4.3.10",
      "chai-dom": "^1.12.0",
      "mocha": "10.1.0",
      "mocha-chrome": "https://github.com/Telroshan/mocha-chrome",
      "sinon": "^9.2.4",
      "htmx.org": "^2.0.2"
    }
  }
