{ "name": "@jspsych/plugin-categorize-html", "version": "1.0.0", "description": "jspsych plugin for categorization trials with feedback", "type": "module", "main": "dist/index.js", "typings": "dist/index.d.ts", "unpkg": "dist/index.browser.min.js", "files": [ "src", "dist" ], "source": "src/index.ts", "scripts": { "test": "jest --config jest.config.cjs --passWithNoTests", "build": "rollup --config rollup.config.mjs", "watch": "npm run build -- --watch", "tsc": "tsc" }, "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" } }