26 lines
613 B
JSON
26 lines
613 B
JSON
|
|
{
|
||
|
|
"name": "closer-firestore-rules-tests",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"test": "jest --runInBand",
|
||
|
|
"test:watch": "jest --runInBand --watch"
|
||
|
|
},
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
"@firebase/rules-unit-testing": "^4.0.1",
|
||
|
|
"@types/jest": "^29.5.14",
|
||
|
|
"@types/node": "^22.0.0",
|
||
|
|
"firebase": "^11.0.0",
|
||
|
|
"jest": "^29.7.0",
|
||
|
|
"ts-jest": "^29.2.5",
|
||
|
|
"typescript": "^5.7.3"
|
||
|
|
},
|
||
|
|
"jest": {
|
||
|
|
"preset": "ts-jest",
|
||
|
|
"testEnvironment": "node",
|
||
|
|
"testTimeout": 30000,
|
||
|
|
"globalSetup": "./jest.globalSetup.ts",
|
||
|
|
"globalTeardown": "./jest.globalTeardown.ts"
|
||
|
|
}
|
||
|
|
}
|