{
  "name": "table-js",
  "version": "9.4.0",
  "scripts": {
    "all": "run-s lint test build",
    "dev": "karma start --no-single-run --auto-watch --log-level debug",
    "lint": "eslint .",
    "test": "karma start",
    "build": "del-cli lib && babel -s -d lib src",
    "auto-build": "babel -s -d lib src --watch",
    "prepublishOnly": "run-s build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/table-js"
  },
  "engines": {
    "node": "*"
  },
  "sideEffects": false,
  "main": "./lib/index.js",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.28.6",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.28.6",
    "babel-loader": "^10.0.0",
    "babel-plugin-inferno": "^5.1.0",
    "chai": "^4.5.0",
    "del-cli": "^7.0.0",
    "diagram-js": "^15.6.0",
    "eslint": "^9.39.2",
    "eslint-plugin-bpmn-io": "^2.2.0",
    "inferno": "^5.6.3",
    "inferno-test-utils": "^5.6.3",
    "karma": "^6.4.4",
    "karma-chrome-launcher": "^3.2.0",
    "karma-firefox-launcher": "^2.1.3",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-sinon-chai": "^2.0.2",
    "karma-webpack": "^5.0.1",
    "mocha": "^11.7.2",
    "mocha-test-container-support": "^0.2.0",
    "npm-run-all2": "^8.0.4",
    "puppeteer": "^24.21.0",
    "sinon": "^17.0.1",
    "sinon-chai": "^3.7.0",
    "webpack": "^5.101.3"
  },
  "dependencies": {
    "didi": "^11.0.0",
    "min-dash": "^5.0.0",
    "min-dom": "^5.2.0",
    "selection-ranges": "^4.1.1"
  },
  "files": [
    "lib"
  ],
  "peerDependencies": {
    "diagram-js": "^11.3.0 || ^12 || ^13 || ^14 || ^15",
    "inferno": "^5.0.5"
  }
}
