{
  "name": "@m2c2kit/assessment-grid-memory",
  "description": "A visuospatial working memory task, with delayed free recall. After a brief exposure and short distraction phase, participants report the location of dots on a grid",
  "version": "0.8.34",
  "m2c2kit": {
    "assessmentId": "grid-memory",
    "locales": [
      "en-US",
      "es-MX",
      "de-DE",
      "it-IT"
    ]
  },
  "scripts": {
    "build": "npm run clean && tsc && rollup -c && npm run schemas",
    "serve": "concurrently \"rollup -c rollup.config.runner.mjs --watch --configServe\" \"tsc --project tsconfig.runner.json --watch\" --names rollup,typescript --prefix-colors auto,red",
    "schemas": "node ../schema-util/build/index.js list --schema=all --files=src/index.ts --format=json-schema --title=\"Grid Memory version __VERSION__\" > schemas.json",
    "clean": "rimraf build dist .rollup.cache tsconfig.tsbuildinfo tsconfig.runner.tsbuildinfo",
    "test": "cd ../.. && npx env-cmd -f .env.jest jest --selectProjects @m2c2kit/assessment-grid-memory"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "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-grid-memory"
  },
  "homepage": "https://m2c2-project.github.io/m2c2kit",
  "dependencies": {
    "@m2c2kit/addons": "0.3.35",
    "@m2c2kit/core": "0.3.36",
    "@m2c2kit/data-calc": "0.8.7"
  },
  "devDependencies": {
    "@m2c2kit/build-helpers": "0.3.32",
    "@m2c2kit/schema-util": "0.1.26",
    "@m2c2kit/session": "0.3.18",
    "@rollup/plugin-node-resolve": "16.0.3",
    "concurrently": "9.2.1",
    "rimraf": "6.1.3",
    "rollup": "4.59.0",
    "rollup-plugin-copy": "3.5.0",
    "rollup-plugin-esbuild": "6.2.1",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=22"
  }
}
