@puls-atlas/cli
Version:
The Puls Atlas CLI tool for managing Atlas projects
37 lines (36 loc) • 1.23 kB
JSON
{
"name": "functions",
"description": "Cloud Functions for Firebase",
"prettier": "@limebooth/prettier-config",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"serve": "firebase emulators:start",
"shell": "firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log",
"test": "node --test"
},
"engines": {
"node": "24"
},
"devDependencies": {
"@limebooth/atlas-cloud-eslint-config": "^4.0.5-alpha.0",
"@limebooth/prettier-config": "^1.0.0",
"eslint": ">=9",
"eslint-config-prettier": ">=9",
"eslint-plugin-import": ">=2",
"eslint-plugin-promise": ">=7",
"rimraf": "^6.0.1"
},
"dependencies": {
"@google-cloud/bigquery": "^8.1.1",
"@google-cloud/bigquery-storage": "^5.1.0",
"@limebooth/atlas-cloud-api": "^4.0.5-alpha.0",
"@limebooth/atlas-cloud-functions": "^4.0.5-alpha.0",
"@limebooth/atlas-cloud-logger": "^4.0.5-alpha.0",
"@limebooth/atlas-cloud-utils": "^6.0.5-alpha.0"
}
}