{ "name": "chainlit-datalayer", "version": "1.0.0", "description": "Chainlit datalayer shows how to log conversations happening on your Chainlit application.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "Chainlit", "license": "ISC", "dependencies": { "@prisma/client": "^6.10.1", "prisma": "^6.10.1" } }