mirror of
https://github.com/zhigang1992/firebase-sdk-test-admin-issue.git
synced 2026-01-12 22:39:19 +08:00
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"@firebase/rules-unit-testing": "^1.0.5",
|
|
"@types/jest": "^26.0.14",
|
|
"babel-jest": "^26.3.0",
|
|
"jest": "^26.4.2",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|