jspsych-datamanager
Version:
A package to manage data for jsPsych experiments. Currently Firebase and Supabase are supported.
30 lines (29 loc) • 650 B
JSON
{
"name": "@jspsych-datamanager/firebase",
"version": "1.0.0",
"description": "Firebase integration 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",
"dependencies": {
"@jspsych-datamanager/core": "workspace:*",
"firebase": "^10.6.0"
},
"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
]
}