mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-06-14 01:34:54 +08:00
18 lines
320 B
JSON
18 lines
320 B
JSON
{
|
|
"name": "cloud_build",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "pipeline.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"shelljs": "^0.8.3",
|
|
"yargs": "^13.3.0"
|
|
}
|
|
}
|