{
  "name": "@sensefolks/featurepriority",
  "version": "5.0.4",
  "description": "Identify high-impact features using funneled Kano → MaxDiff → Pairwise prioritization",
  "main": "dist/index.cjs.js",
  "module": "dist/sf-featurepriority/sf-featurepriority.esm.js",
  "types": "root.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/sf-featurepriority/sf-featurepriority.esm.js",
  "jsdelivr": "dist/sf-featurepriority/sf-featurepriority.esm.js",
  "exports": {
    ".": {
      "types": "./root.d.ts",
      "import": "./dist/sf-featurepriority/sf-featurepriority.esm.js",
      "require": "./dist/cjs/sf-featurepriority.cjs.js"
    },
    "./sf-featurepriority": {
      "types": "./dist/components/sf-featurepriority.d.ts",
      "import": "./dist/components/sf-featurepriority.js"
    },
    "./loader": {
      "types": "./loader/index.d.ts",
      "import": "./loader/index.js",
      "require": "./loader/index.cjs.js"
    },
    "./utils": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "files": [
    "dist/",
    "loader/",
    "CHANGELOG.md",
    "root.d.ts"
  ],
  "scripts": {
    "build": "stencil build",
    "build:watch": "stencil build --watch",
    "start": "stencil build --dev --watch --serve",
    "test": "npm run test:unit && npm run test:e2e",
    "test:watch": "npm run test:unit -- --watch",
    "test:unit": "stencil test --spec --coverage --max-workers=1",
    "test:e2e": "stencil test --e2e --max-workers=1",
    "generate": "stencil generate",
    "prepublishOnly": "npm run build",
    "version": "npm run build"
  },
  "keywords": [
    "survey",
    "feature",
    "priority",
    "kano",
    "maxdiff",
    "pairwise",
    "prioritization",
    "feature-priority",
    "funneled",
    "micro-survey",
    "web-component",
    "stencil",
    "custom-element",
    "product-research",
    "accessible",
    "a11y",
    "sensefolks"
  ],
  "author": "SenseFolks <support@sensefolks.com> (https://sensefolks.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sensefolks/survey-components.git",
    "directory": "featurepriority"
  },
  "bugs": {
    "url": "https://github.com/sensefolks/survey-components/issues"
  },
  "homepage": "https://sensefolks.com/surveys/featurepriority",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "sideEffects": true,
  "devDependencies": {
    "@stencil/core": "^4.27.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.5",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^24.3.0"
  },
  "overrides": {
    "brace-expansion": "5.0.9",
    "@puppeteer/browsers": "3.0.2"
  }
}
