2020-12-30 13:34:23 +00:00
|
|
|
{
|
|
|
|
"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": [
|
2022-03-22 20:07:05 +00:00
|
|
|
"lib",
|
|
|
|
"docs"
|
2020-12-30 13:34:23 +00:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@git.b12f.io:b12f/schlechtenburg.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-03-22 20:07:05 +00:00
|
|
|
"dev": "npm run json-to-md:watch",
|
2022-03-15 23:49:31 +00:00
|
|
|
"typecheck": "vuedx-typecheck --no-pretty ./lib",
|
2022-03-21 23:58:05 +00:00
|
|
|
"ts-to-json:build": "ts-to-json",
|
|
|
|
"json-to-md:build": "json-to-md build",
|
|
|
|
"json-to-md:watch": "json-to-md watch",
|
2020-12-30 13:34:23 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
|
|
},
|
2022-03-22 20:07:05 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"vue": "^3.2.31"
|
|
|
|
},
|
2020-12-30 13:34:23 +00:00
|
|
|
"dependencies": {
|
2022-03-22 20:07:05 +00:00
|
|
|
"@schlechtenburg/core": "^0.0.0"
|
2022-03-15 19:58:11 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-15 23:49:31 +00:00
|
|
|
"@vuedx/typecheck": "^0.6.3",
|
|
|
|
"@vuedx/typescript-plugin-vue": "^0.6.3",
|
2022-03-22 20:07:05 +00:00
|
|
|
"@schlechtenburg/docgen": "^0.0.0",
|
|
|
|
"vue": "^3.2.31"
|
2020-12-30 13:34:23 +00:00
|
|
|
}
|
|
|
|
}
|