{
  "name": "@silexlabs/grapesjs-advanced-selector",
  "version": "1.2.0",
  "description": "A GrapesJS plugin for managing advanced CSS selectors with a visual interface",
  "keywords": [
    "silex",
    "grapesjs",
    "grapesjs-plugin",
    "css-selector",
    "visual-editor",
    "no-code",
    "web-design",
    "grapesjs",
    "plugin"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "NOT_YET_postinstall": "$npm_execpath run build",
    "start": "grapesjs-cli serve",
    "dev": "grapesjs-cli serve & http-server -p 8081 ../../node_modules/grapesjs",
    "build": "grapesjs-cli build --patch=false",
    "bump": "npm version patch -m 'Bump v%s'",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "prepare": "husky"
  },
  "license": "MIT",
  "contributors": [
    "Alex Hoyau (https://github.com/lexoyo)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/silexlabs/@silexlabs/grapesjs-advanced-selector.git"
  },
  "bugs": {
    "url": "https://github.com/silexlabs/grapesjs-advanced-selector/issues"
  },
  "homepage": "https://github.com/silexlabs/grapesjs-advanced-selector#readme",
  "peerDependencies": {
    "grapesjs": ">=0.19.0 <0.23.0",
    "lit-html": "*"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "@eslint/js": "^9.25.1",
    "@types/jest": "^29.5.14",
    "babel-jest": "^29.7.0",
    "eslint": "^9.25.1",
    "grapesjs-cli": "^4.1.3",
    "http-server": "^14.1.1",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "ts-jest": "^29.3.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.31.0"
  },
  "dependencies": {
    "@silexlabs/expression-input": "0.1.0",
    "specificity": "^1.0.0"
  }
}
