UNPKG

psytask

Version:

JavaScript Framework for Psychology tasks

39 lines (38 loc) 716 B
{ "name": "psytask", "version": "1.2.0", "type": "module", "author": "cubxx", "license": "MIT", "description": "JavaScript Framework for Psychology tasks", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "homepage": "https://github.com/bluebonesx/psytask", "keywords": [ "psychology", "experiment", "task", "framework", "research", "cognitive", "behavioral" ], "repository": { "type": "git", "url": "https://github.com/bluebonesx/psytask.git" }, "dependencies": { "@psytask/core": "1.1.0" }, "devDependencies": { "csstype": "^3.1.3" } }