CoolFace
Apppublic

flyingff2083/parallel_self

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes
package.json14 linesDownload Raw Back to root
1{2  "name": "parallel-self-protocol",3  "version": "1.0.0",4  "description": " Parallel Self Protocol - Interactive Demo",5  "scripts": {6    "dev": "cd backend && npm install && npm run dev",7    "install-all": "cd backend && npm install",8    "test": "cd tests && node mock-sessions.js"9  },10  "keywords": ["emotion", "psychology", "research"],11  "author": "",12  "license": "ISC"13}14