{ "name": "@schlechtenburg/core", "version": "0.0.0", "description": "> TODO: description", "author": "Benjamin Bädorf ", "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" }, "dependencies": { "lodash-es": "^4.17.21", "uuid": "^8.3.2", "vue": "^3.0.7" }, "devDependencies": { "@types/lodash-es": "^4.17.4", "@types/resize-observer-browser": "^0.1.5", "@types/uuid": "^8.3.0" } }