{
  "name": "@dfds-devex/minions-core",
  "version": "0.0.31",
  "description": "Component framework for micro frontend architecture.",
  "author": {
    "name": "DFDS Development Excellence Department"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:dfds/micro-frontend-poc.git"
  },
  "type": "module",
  "scripts": {
    "build": "tsc --build",
    "build:watch": "tsc --watch"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "lit-element": "^2.2.1"
  },
  "devDependencies": {
    "lit-analyzer": "^1.1.10",
    "typescript": "^3.8.3"
  }
}
