{ "name": "plugin-free-sort-ordered", "version": "0.0.1", "description": "The free sort core plugin, but the images have to be sorted by placing into ordered boxes.", "type": "module", "main": "dist/index.cjs", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "typings": "dist/index.d.ts", "unpkg": "dist/index.browser.min.js", "files": [ "src", "dist" ], "source": "src/index.ts", "scripts": { "test": "jest", "test:watch": "npm test -- --watch", "tsc": "tsc", "build": "rollup --config", "build:watch": "npm run build -- --watch" }, "repository": { "type": "git", "url": "git+https://github.com/jspsych/jsPsych.git", "directory": "" }, "keywords": [ "jsPsych" ], "author": { "name": "Cherrie Chang", "url": "https://github.com/cherriechang" }, "license": "MIT", "bugs": { "url": "https://github.com/jspsych/jsPsych/issues" }, "homepage": "/packages/plugin-free-sort-ordered/README.md", "dependencies": { "jspsych": "^8.0.0", "@citation-js/core": "^0.7.14", "@citation-js/plugin-software-formats": "^0.6.1", "@citation-js/plugin-bibtex": "^0.7.14", "@citation-js/plugin-cff": "^0.6.1" }, "devDependencies": { "@jspsych/config": "^3.2.2", "@jspsych/test-utils": "^1.0.0" } }