{
  "name": "@5minds/node-red-dashboard-2-processcube-dynamic-table",
  "version": "7.10.0",
  "description": "A ui component for showing dynamic Data with actions in a table",
  "keywords": [
    "processcube",
    "usertask",
    "node-red",
    "node-red-dashboard-2"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/5minds/ProcessCube.LowCode.git",
    "directory": "packages/node-red-dashboard-2-processcube-dynamic-table"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Martin Moellenbeck",
    "url": "https://github.com/moellenbeck"
  },
  "contributors": [
    {
      "name": "Luis Thieme",
      "url": "https://github.com/luisthieme"
    }
  ],
  "maintainers": [
    {
      "name": "Martin Moellenbeck",
      "email": "martin.moellenbeck@5minds.de"
    },
    {
      "name": "Luis Thieme",
      "email": "luis.thieme@5minds.de"
    },
    {
      "name": "Jeremy Hill",
      "email": "jeremy.hill@5minds.de"
    }
  ],
  "exports": {
    "require": "./resources/ui-dynamic-table.umd.js"
  },
  "files": [
    "dist/*",
    "nodes/*",
    "ui/*",
    "resources/*"
  ],
  "dependencies": {
    "jsonata": "^2.1.0",
    "lodash": "^4.17.21",
    "vue": "^3.5.13",
    "vuex": "^4.1.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.0.4",
    "eslint": "^8.57.1",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-vue": "^9.33.0",
    "vite": "^5.4.17",
    "vite-plugin-css-injected-by-js": "^3.3.0"
  },
  "engines": {
    "node": ">=14"
  },
  "node-red": {
    "version": ">=3.0.0",
    "nodes": {
      "ui-dynamic-table": "nodes/dynamic-table.js"
    },
    "examples": "examples"
  },
  "node-red-dashboard-2": {
    "version": "1.0.0",
    "widgets": {
      "ui-dynamic-table": {
        "output": "ui-dynamic-table.umd.js",
        "component": "UIDynamicTable"
      }
    }
  },
  "scripts": {
    "build": "vite build",
    "build:dev": "NODE_ENV=development vite build",
    "dev": "NODE_ENV=development vite build --watch",
    "dev:prod": "vite build --watch",
    "lint": "npm run lint:js && npm run lint:package",
    "lint:fix": "npm run lint:js:fix && npm run lint:package:fix",
    "lint:js": "eslint --ext .js,.vue,.cjs,.mjs .",
    "lint:js:fix": "yarn lint:js --fix",
    "lint:package": "sort-package-json --check 'package.json'",
    "lint:package:fix": "sort-package-json 'package.json'"
  }
}