mirror of
https://github.com/flutter/holobooth.git
synced 2025-05-17 05:16:00 +08:00
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"name": "io-photobooth",
|
|
"version": "0.1.0",
|
|
"private": false,
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"emulate": "npm --prefix ./functions run tsc -w & firebase emulators:start --only hosting,functions,storage",
|
|
"api": "npm --prefix ./functions run dev",
|
|
"test:functions": "npm --prefix ./functions run test"
|
|
}
|
|
}
|