-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "firebase-async",
"version": "1.7.2",
"description": "Firebase Async is a firebase wrapper to load firebase only when you need it so it's not bundled in the main file. It also simplifies functions calls.",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "concurrently \"vite test\" \"firebase emulators:start --only functions\"",
"build": "vite build test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxirozay/firebase-async.git"
},
"author": "Maxime Rossier",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxirozay/firebase-async/issues"
},
"homepage": "https://github.com/maxirozay/firebase-async#readme",
"devDependencies": {
"concurrently": "^8.2.2",
"firebase": "^10.8.0",
"rollup-plugin-visualizer": "^5.12.0",
"vite": "^5.2.8"
}
}