{
  "name": "@localnerve/editable-object",
  "version": "0.3.25",
  "description": "A vanillajs editable-object web component for visual object display and editing",
  "main": "dist/index.js",
  "browser": "dist/editable-object.js",
  "type": "module",
  "scripts": {
    "axe": "axe http://localhost:3010",
    "axe:ci": "axe http://localhost:3010 --chrome-path $CHROME_BIN --chromedriver-path $CHROMEDRIVER_BIN --verbose --chrome-options=\"no-sandbox,disable-setuid-sandbox,disable-dev-shm-usage,headless\"",
    "build:debug": "pushd src && node --inspect-brk build.js && popd",
    "build": "cd src && node build.js && webpack-cli --config webpack.prod.config.js && cd -",
    "build:dev": "cd src && node build.js && webpack-cli --config webpack.dev.config.js && cd -",
    "prelint": "node -e 'require(\"fs\").rmSync(\"src/tmp\",{recursive:true,force:true})'",
    "lint": "eslint . && stylelint -f verbose src/**/*.css",
    "prepublishOnly": "npm run build",
    "test": "npm run test:server:bg && sleep 2 && npm run axe && curl -X POST http://localhost:3010/shutdown",
    "test:ci": "npm run test:server:bg && sleep 2 && npm run axe:ci && curl -X POST http://localhost:3010/shutdown",
    "test:server": "SKIP_MIN=1 npm run build && node test/dev-server.js",
    "test:server:bg": "npm run test:server &"
  },
  "devDependencies": {
    "@axe-core/cli": "^4.12.1",
    "@eslint/js": "^10.0.1",
    "@localnerve/web-component-build": "^3.1.4",
    "babel-loader": "10.1.1",
    "eslint": "^10.8.0",
    "express": "5.2.1",
    "globals": "^17.9.0",
    "modern-normalize": "^3.0.1",
    "stylelint": "^17.14.1",
    "stylelint-config-standard": "^40.0.0",
    "stylelint-no-unsupported-browser-features": "^8.1.1",
    "terser-webpack-plugin": "^5.6.1",
    "webpack-cli": "7.2.2"
  },
  "overrides": {
    "multimatch": "^8.0.0",
    "minimatch": "^10.2.6",
    "adm-zip": "^0.6.0"
  },
  "files": [
    "dist/**"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/localnerve/editable-object.git"
  },
  "keywords": [
    "editable",
    "list",
    "webcomponent",
    "javascript",
    "vanillajs"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/localnerve"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.com/ncp/payment/DHCB5GUYMGX5U"
    }
  ],
  "author": "Alex Grant <alex@localnerve.com> (https://www.localnerve.com)",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/localnerve/editable-object/issues"
  },
  "homepage": "https://github.com/localnerve/editable-object/tree/master/src/editable-object#readme"
}
