@snapdm/model
Version:
An opinionated snapshot oriented modeling system for Cloud Firestore
40 lines (39 loc) • 851 B
JSON
{
"name": "@snapdm/model",
"version": "0.11.0",
"description": "An opinionated snapshot oriented modeling system for Cloud Firestore",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jadengis/snapdm/issues"
},
"homepage": "https://github.com/jadengis/snapdm#readme",
"repository": {
"type": "git",
"url": "https://github.com/jadengis/snapdm"
},
"keywords": [
"snapdm",
"model",
"firestore",
"snapshot"
],
"author": {
"name": "John Dengis",
"email": "jadengis@gmail.com"
},
"sideEffects": false,
"type": "module",
"main": "./index.cjs",
"module": "./index.esm.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.esm.js",
"require": "./index.cjs"
}
}
}