packages/storage-plugin/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@ngxs/storage-plugin",
  "description": "extendable storage plugin for @ngxs/store",
  "version": "0.0.0",
  "sideEffects": false,
  "peerDependencies": {
    "@ngxs/store": "^0.0.0",
    "@angular/core": ">=12.0.0 <18.0.0",
    "rxjs": ">=6.5.5",
    "ts-morph": "21.0.1"
  },
  "schematics": "./schematics/collection.json"
}