forked from CodingCatDev/codingcat.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 773 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 773 Bytes
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
{
"name": "ccd-firebase-tests",
"version": "0.0.1",
"description": "Testing for codingcat.dev firebase",
"main": "firebase.rules.test.ts",
"author": "",
"license": "ISC",
"dependencies": {
"@firebase/rules-unit-testing": "^1.1.4",
"firebase-admin": "^9.4.1",
"fs": "0.0.1-security",
"jest": "^26.6.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.22.0",
"typescript": "^3.8.0",
"firebase-functions-test": "^0.2.0",
"@types/jest": "^26.0.16",
"prettier-plugin-firestore-rules": "^0.1.5"
},
"scripts": {
"test": "jest --env=node --forceExit --detectOpenHandles"
}
}