{
  "name": "@lightweightform/core",
  "description": "Lightweightform's core module",
  "version": "4.13.4",
  "keywords": [
    "Lightweightform",
    "LF",
    "Core"
  ],
  "homepage": "https://bitbucket.org/opensoftgitrepo/lightweightform",
  "author": {
    "name": "Opensoft",
    "url": "https://www.opensoft.pt/en"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/opensoftgitrepo/lightweightform.git",
    "directory": "libs/core"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "dependencies": {
    "file-saver": "1.3.8",
    "tslib": "^2.2.0"
  },
  "peerDependencies": {
    "@angular/common": "^12.0.0",
    "@angular/core": "^12.0.0",
    "@angular/router": "^12.0.0",
    "@lightweightform/storage": "^4.0.0",
    "mobx": "^6.0.0",
    "mobx-angular": "^4.0.0",
    "mobx-utils": "^6.0.0"
  },
  "main": "bundles/lightweightform-core.umd.js",
  "module": "fesm2015/lightweightform-core.js",
  "es2015": "fesm2015/lightweightform-core.js",
  "esm2015": "esm2015/lightweightform-core.js",
  "fesm2015": "fesm2015/lightweightform-core.js",
  "typings": "lightweightform-core.d.ts",
  "sideEffects": false
}