UNPKG

psytask

Version:

JavaScript Framework for Psychology task

61 lines (60 loc) 1.34 kB
{ "name": "psytask", "version": "1.0.0-rc1", "description": "JavaScript Framework for Psychology task", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./index.ts", "import": "./dist/index.js" }, "./main.css": "./dist/main.css" }, "files": [ "dist", "src", "index.ts", "README.md" ], "keywords": [ "psychology", "experiment", "task", "framework", "research", "cognitive", "behavioral" ], "author": "cubxx", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bluebones-team/psytask.git" }, "homepage": "https://github.com/bluebones-team/psytask#readme", "bugs": { "url": "https://github.com/bluebones-team/psytask/issues" }, "scripts": { "dev": "bun scripts/dev.ts", "build": "run-p type-check build-only", "build-only": "bun scripts/build.ts", "type-check": "tsc -b --noEmit" }, "dependencies": { "csstype": "^3.1.3", "detect-browser": "^5.3.0" }, "devDependencies": { "@types/wicg-file-system-access": "^2023.10.6", "happy-dom": "^18.0.1", "puppeteer-core": "^24.13.0" }, "peerDependencies": { "dts-bundle-generator": "^9.5.1", "jspsych": "^8.2.2" } }