UNPKG

oralify-backend

Version:
40 lines (39 loc) 941 B
{ "name": "oralify-backend", "version": "1.0.3", "description": "Express Node CRUD backend for Oralify", "main": "index.js", "scripts": { "backend-dev": "ts-node ./index.ts", "start-dev": "ts-node-dev index.ts", "npm-publish": "npm publish", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/oralify/oralify-backend" }, "keywords": [ "oralify", "backend", "crud" ], "author": "gsierra", "license": "ISC", "dependencies": { "@stream-io/video-client": "^0.3.14", "@supabase/supabase-js": "^2.20.0", "@types/express": "^4.17.17", "@types/cors": "^2.8.14", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2", "stream-chat": "^8.11.0", "supabase": "^1.50.3", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "devDependencies": { "ts-node-dev": "^2.0.0" } }