{ "name": "@jspsych/plugin-categorize-animation", "version": "1.0.0", "description": "jspsych plugin for categorization trials with feedback and animated stimuli", "type": "module", "main": "src/index.js", "unpkg": "dist/index.min.js", "files": [ "src", "dist" ], "scripts": { "test": "jest --config jest.config.cjs", "build": "rollup --config rollup.config.mjs", "watch": "npm run build -- --watch" }, "repository": { "type": "git", "url": "git+https://github.com/jspsych/jsPsych.git" }, "author": "Josh de Leeuw", "license": "MIT", "bugs": { "url": "https://github.com/jspsych/jsPsych/issues" }, "homepage": "https://github.com/jspsych/jsPsych#readme", "peerDependencies": { "jspsych": ">=7" } }