{
  "name": "@schlechtenburg/layout",
  "version": "0.0.0",
  "description": "> TODO: description",
  "author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
  "homepage": "",
  "license": "GPL-3.0-or-later",
  "main": "lib/index.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git@git.b12f.io:b12f/schlechtenburg.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@schlechtenburg/core": "^0.0.0",
    "vue": "^3.0.4"
  }
}