{
  "name": "@lookit/lookit-initjspsych",
  "version": "3.2.0",
  "description": "This package overloads jsPsych's init function.",
  "homepage": "https://github.com/lookit/lookit-jspsych#readme",
  "bugs": {
    "url": "https://github.com/lookit/lookit-jspsych/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lookit/lookit-jspsych.git",
    "directory": "packages/lookit-initjspsych"
  },
  "license": "ISC",
  "author": "Christopher J Green <okaycj@mit.edu> (https://github.com/okaycj)",
  "main": "dist/index.js",
  "unpkg": "dist/index.browser.min.js",
  "types": "./dist/index.d.ts",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "rollup --config",
    "dev": "rollup --config rollup.config.dev.mjs --watch",
    "test": "jest --coverage"
  },
  "dependencies": {
    "jspsych": "8.0.3"
  },
  "devDependencies": {
    "@jspsych/config": "^3.0.1"
  },
  "peerDependencies": {
    "@lookit/data": "^0.3.0"
  }
}
