@levante-framework/firekit
Version:
A library to facilitate Firebase authentication and Firestore interaction for LEVANTE apps
89 lines (88 loc) • 2.75 kB
JSON
{
"name": "@levante-framework/firekit",
"version": "9.3.4",
"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",
"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": {
"@faker-js/faker": "^7.6.0",
"@firebase/rules-unit-testing": "^2.0.2",
"@types/dot-object": "^2.1.2",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.17.16",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.5.1",
"process": "^0.11.10",
"typedoc": "^0.22.13",
"typescript": "^4.6.2",
"vitest": "^2.1.8"
},
"files": [
"lib/**/*"
],
"dependencies": {
"@bdelab/roar-firekit": "^4.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"
}
}