-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 938 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
28
29
30
31
32
33
{
"name": "firebase-rules",
"version": "1.0.0",
"description": "Firebase rules for coreofscience.",
"main": "test.js",
"scripts": {
"shipit": "git tag v$(date +%y.%m.%d.%H.%M) && git push --tags",
"start": "firebase emulators:exec --only firestore 'vitest'",
"test": "firebase emulators:exec --only firestore 'vitest run'",
"deploy": "firebase deploy",
"firebase": "firebase"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreofscience/firebase-rules.git"
},
"keywords": [
"firebase",
"rules"
],
"author": "Oscar Arbeláez",
"license": "MIT",
"bugs": {
"url": "https://github.com/coreofscience/firebase-rules/issues"
},
"homepage": "https://github.com/coreofscience/firebase-rules#readme",
"devDependencies": {
"@firebase/rules-unit-testing": "^2.0.7",
"firebase": "^9.22.0",
"firebase-tools": "^8.14.1",
"vitest": "^0.31.1"
}
}