@starbase/services
Version:
Starbase Services
40 lines (39 loc) • 967 B
JSON
{
"name": "@starbase/services",
"version": "0.1.0",
"description": "Starbase Services",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Starbase",
"Services",
"Auth",
"Admin",
"Profiles",
"Database"
],
"author": "Mike Fuller",
"license": "MIT",
"dependencies": {
"@starbase/admin": "latest",
"@starbase/auth": "latest",
"@starbase/channels": "latest",
"@starbase/client": "latest",
"@starbase/database": "latest",
"@starbase/profiles": "latest",
"@starbase/starfire": "latest",
"@starbase/functions": "latest",
"@starbase/therules": "latest",
"express": "^4.16.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/starbasealpha/services.git"
},
"bugs": {
"url": "https://github.com/starbasealpha/services/issues"
},
"homepage": "https://github.com/starbasealpha/services#readme"
}