{
  "name": "@m2c2kit/assessment-color-shapes",
  "version": "0.8.35",
  "m2c2kit": {
    "assessmentId": "color-shapes",
    "locales": [
      "en-US",
      "es-MX",
      "de-DE"
    ]
  },
  "description": "A visual array change detection task, measuring intra-item feature binding, where participants determine if shapes change color across two sequential presentations of shape stimuli",
  "scripts": {
    "build": "npm run clean && tsc && rolldown -c && npm run schemas",
    "serve": "concurrently \"rolldown -c rolldown.config.runner.mjs --watch\" \"tsc --project tsconfig.runner.json --watch\" --names rolldown,typescript --prefix-colors auto,red",
    "schemas": "node ../schema-util/dist/index.js list --schema=all --files=src/index.ts --format=json-schema --title=\"Color Shapes version __VERSION__\" > schemas.json",
    "clean": "rimraf build dist *.tsbuildinfo schemas.json --glob",
    "test": "cd ../.. && npx env-cmd -f .env.jest jest --selectProjects @m2c2kit/assessment-color-shapes"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/**",
    "assets/**",
    "schemas.json"
  ],
  "license": "Apache-2.0",
  "author": {
    "name": "Scott T. Yabiku",
    "email": "syabiku@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/m2c2-project/m2c2kit.git",
    "directory": "packages/assessment-color-shapes"
  },
  "homepage": "https://m2c2-project.github.io/m2c2kit",
  "dependencies": {
    "@m2c2kit/addons": "0.3.36",
    "@m2c2kit/core": "0.3.37",
    "@m2c2kit/data-calc": "0.8.8"
  },
  "devDependencies": {
    "@m2c2kit/build-helpers": "0.3.33",
    "@m2c2kit/schema-util": "0.1.27",
    "@m2c2kit/session": "0.3.19",
    "concurrently": "10.0.3",
    "rimraf": "6.1.3",
    "rolldown": "1.1.0",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=22"
  }
}
