-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1006 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1006 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
29
30
31
32
33
34
{
"name": "firebase-error-translator",
"version": "2.0.2",
"description": "Helps to handle the firebase errors based on their codes, you can translate the error to any of the available languages. (Now only works with auth errors)",
"main": "build/index.js",
"scripts": {
"test": "node tests",
"fto": "node creators/fto.js",
"release": "standard-version",
"build": "tsc",
"share": "git push --follow-tags origin main && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JebBarbas/firebase-error-translator.git"
},
"keywords": [
"firebase",
"error",
"translator",
"translate"
],
"author": "jebbarbas",
"license": "MIT",
"bugs": {
"url": "https://github.com/JebBarbas/firebase-error-translator/issues"
},
"homepage": "https://github.com/JebBarbas/firebase-error-translator#readme",
"devDependencies": {
"@types/node": "^16.4.13",
"standard-version": "^9.3.1",
"typescript": "^4.3.5"
}
}