UNPKG

jspsych-datamanager

Version:

A package to manage data for jsPsych experiments. Currently Firebase and Supabase are supported.

26 lines (25 loc) 545 B
{ "name": "@jspsych-datamanager/core", "version": "1.0.0", "description": "Core functionality for jsPsych-datamanager", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs" }, "keywords": [], "author": "Rahat Zaman", "license": "MIT", "packageManager": "pnpm@10.9.0", "devDependencies": { "tsup": "^8.0.1", "typescript": "^5.3.2" }, "publishConfig": { "access": "public" }, "files": [ "dist" ] }