-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 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
28
29
30
31
{
"name": "firebase-testing-samples",
"version": "1.0.0",
"description": "@firebase/testing samples. Cloud Firestore emulator testing, with TypeScript.",
"scripts": {
"test": "FIREBASE_FIRESTORE_EMULATOR_ADDRESS='127.0.0.1:8080' jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zkohi/firebase-testing-samples.git"
},
"keywords": [
"firebase",
"testing"
],
"author": "zkohi <kohiandrew@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zkohi/firebase-testing-samples/issues"
},
"homepage": "https://github.com/zkohi/firebase-testing-samples#readme",
"devDependencies": {
"@firebase/testing": "^0.16.8",
"@types/jest": "^25.1.2",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5",
"uuid": "^3.4.0"
}
}