{
  "name": "@kanety/stimulus-tree-table",
  "description": "A stimulus controller that attaches tree-like behavior to table",
  "version": "1.1.0",
  "source": "src/index.js",
  "main": "./dist/index.js",
  "umd:main": "./dist/index.umd.js",
  "module": "./dist/index.module.mjs",
  "style": "./dist/index.css",
  "author": "Yoshikazu Kaneta <kaneta@sitebridge.co.jp>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kanety/stimulus-tree-table.git"
  },
  "keywords": [
    "stimulus",
    "table",
    "tree"
  ],
  "scripts": {
    "watch": "node_modules/microbundle/dist/cli.js watch --globals @hotwired/stimulus=Stimulus --no-compress",
    "build": "node_modules/microbundle/dist/cli.js build --globals @hotwired/stimulus=Stimulus",
    "test": "node_modules/jest/bin/jest.js",
    "start": "http-server -c-1"
  },
  "amdName": "StimulusTreeTable",
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "@babel/plugin-transform-class-properties": "^7.24.7",
    "@babel/plugin-transform-private-methods": "^7.24.7",
    "@babel/plugin-transform-private-property-in-object": "^7.24.7",
    "@babel/preset-env": "^7.24.7",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "microbundle": "^0.15.1",
    "postcss": "^8.4.38",
    "sass": "^1.77.6"
  },
  "peerDependencies": {
    "@hotwired/stimulus": "^3.0.0",
    "@kanety/stimulus-static-actions": "^1.0.1"
  }
}
