{
  "name": "@ixo/surveys",
  "version": "0.1.0",
  "description": "An IXO survey.js library with custom integrations",
  "homepage": "https://github.com/ixoworld/ixo-survey#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ixoworld/ixo-survey"
  },
  "bugs": {
    "url": "https://github.com/ixoworld/ixo-survey/issues"
  },
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "public": true,
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "survey",
    "react",
    "typescript",
    "impact-measurement",
    "maps"
  ],
  "author": "IXO",
  "dependencies": {
    "maplibre-gl": "^2.1.9",
    "survey-core": "^2.2.2",
    "survey-creator-core": "^2.2.2",
    "survey-creator-react": "^2.2.2",
    "survey-react-ui": "^2.2.2",
    "unl-core": "^3.0.1",
    "unl-map-js": "^0.1.5"
  },
  "devDependencies": {
    "@types/node": "^24.0.4",
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "prettier": "3.4.2",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:local": "pnpm run build && pnpm pack",
    "build": "pnpm run clean && tsc --project tsconfig.json --listEmittedFiles",
    "clean": "rm -rf dist",
    "format:check": "prettier . --check",
    "format": "prettier . --write"
  }
}