@levante-framework/firekit
Version:
A library to facilitate Firebase authentication and Firestore interaction for LEVANTE apps
89 lines (88 loc) • 2.81 kB
JSON
{
"name": "@levante-framework/firekit",
"version": "9.5.0",
"description": "A library to facilitate Firebase authentication and Firestore interaction for LEVANTE apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "tsc",
"check": "prettier --check \"src/**/*.ts\" \"lib/**/*.js\" && npm run lint",
"format": "prettier --write \"src/**/*.ts\" \"lib/**/*.js\"",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"doc": "npx typedoc",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push $(git remote -v | grep \"yeatmanlab/roar-firekit.git \\(push\\)\" | cut -f 1) && git push $(git remote -v | grep \"yeatmanlab/roar-firekit.git \\(push\\)\" | cut -f 1) --tags",
"emulate:admin": "source src/__tests__/__utils__/emulate_admin.sh",
"emulate:assessment": "source src/__tests__/__utils__/emulate_assessment.sh",
"emulate:start": "npm run emulate:admin && npm run emulate:assessment",
"emulate:stop": "ps -e | grep firebase | grep -v 'grep' | grep -v 'rg' | sed -e 's/^[ \t]*//' | tr -s ' ' | cut -d ' ' -f 1 | xargs kill"
},
"repository": {
"type": "git",
"url": "git+https://github.com/levante-framework/levante-firekit.git"
},
"keywords": [
"firebase",
"roar",
"authentication",
"cloud",
"firestore",
"reading",
"literacy",
"dyslexia"
],
"authors": [
{
"name": "Philip Ziolkowski"
},
{
"name": "David Cardinal"
},
{
"name": "Adam Richie-Halford",
"email": "richiehalford@gmail.com",
"url": "https://richiehalford.org/"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/levante-framework/levante-firekit/issues"
},
"homepage": "https://github.com/levante-framework/levante-firekit#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/dot-object": "^2.1.2",
"@types/lodash": "^4.17.16",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.3",
"typedoc": "^0.28.19",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"files": [
"lib/**/*"
],
"dependencies": {
"@bdelab/roar-firekit": "^4.1.1",
"@levante-framework/levante-zod": "1.1.1",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"crc-32": "^1.2.2",
"dot-object": "^2.1.4",
"firebase": "^9.23.0",
"link": "^2.1.0",
"lodash": "^4.17.21",
"vue": "^3.3.4",
"web-vitals": "^3.4.0"
}
}