/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/code.angularjs.org-firebase/functions/package.json
13 строк
324 B
Michael Prentice
chore(functions): support NodeJS LTS v14. fix audit issues
07 июн 2021, 20:02
07 июн 2021, 20:02
c3769a6
Код
Авторство
О чём код?
{ "name": "functions-firebase-code.angularjs.org", "description": "Cloud Functions to serve files from gcs to code.angularjs.org", "engines": { "node": "14" }, "dependencies": { "@google-cloud/storage": "^5.8.5", "firebase-admin": "^9.9.0", "firebase-functions": "^3.14.1" }, "private": true }