voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
26 lines (25 loc) • 662 B
JSON
{
"name": "firebase-namespace-integration-test",
"private": true,
"version": "0.2.1",
"scripts": {
"test": "karma start --single-run",
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test"
},
"devDependencies": {
"firebase": "8.6.4",
"@types/chai": "4.2.14",
"@types/mocha": "7.0.2",
"chai": "4.2.0",
"karma": "5.2.3",
"karma-babel-preprocessor": "8.0.1",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "2.1.0",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "5.2.0",
"mocha": "7.2.0",
"npm-run-all": "4.1.5",
"typescript": "4.2.2"
}
}