UNPKG

triplecheck-repository-firestore

Version:

Database utility for using Firestore with TripleCheck broker.

49 lines (48 loc) 1.41 kB
{ "name": "triplecheck-repository-firestore", "version": "1.0.0", "description": "Database utility for using Firestore with TripleCheck broker.", "main": "build/index.js", "keywords": [ "triplecheck", "triplecheck-repository", "firestore", "contract-testing", "consumer-contracts", "pacts" ], "author": "Mikael Vesavuori", "license": "MIT", "scripts": { "build": "tsc", "build:watch": "onchange 'src/**/*.ts' -- npm run build", "test": "jest --coverage", "test:watch": "jest --coverage --watchAll", "licenses": "npx license-compliance --production --allow 'MIT;ISC;BSD-2-Clause;BSD-3-Clause;0BSD;Apache-2.0;Unlicense'", "licenses:checker": "npx license-compatibility-checker", "prepare": "husky install", "docs": "npx typedoc src" }, "dependencies": { "@google-cloud/firestore": "^4.11.1", "triplecheck-core": "latest" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/node": "^15.3.0", "arkit": "^1.6.4", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "husky": "^6.0.0", "jest": "^26.6.3", "license-compatibility-checker": "^0.3.5", "license-compliance": "^1.2.1", "onchange": "^7.1.0", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", "tslib": "^2.2.0", "typedoc": "^0.20.36", "typescript": "^4.2.4" } }