UNPKG

aiom

Version:

A Highly Flexible and Modular Framework for Behavioral Experiments

53 lines (52 loc) 1.21 kB
{ "name": "aiom", "version": "1.4.13", "publishConfig": { "access": "public" }, "description": "A Highly Flexible and Modular Framework for Behavioral Experiments", "main": "src/index.js", "bin": { "aiom": "./cli/create_aiom.js" }, "scripts": { "test": "echo 'No tests specified'", "start": "node src/index.js", "prepublish": "echo 'Publishing aiom...'" }, "keywords": [ "experiment", "mcmcp", "gsp", "behavioral", "psychology", "representation elicitation", "research", "data collection" ], "dependencies": { "ejs": "3.1.10", "express": "^4.21.0", "express-fileupload": "^1.5.1", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.4.5", "axios": "^1.8.0", "multer": "^2.0.0", "fs-extra": "^11.0.0", "archiver": "^7.0.1", "body-parser": "^1.20.3", "fast-csv": "^5.0.2", "multivariate-normal": "^0.1.2", "pg": "^8.13.0", "sharp": "^0.34.1", "csv-writer": "^1.6.0", "canvas": "^3.2.0" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "author": "Haijiang Yan", "license": "MIT" }