Skip to content

Commit

Permalink
feat(katzencore): Added License and Package Info
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlkatze committed Jul 19, 2024
1 parent 191d655 commit 120145a
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "katzen-core",
"version": "1.0.0",
"name": "@katze/cms",
"version": "0.0.1",
"description": "Katzen Core Module",
"repository": "maxlkatze/katzen-core",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/maxlkatze/katzen-core.git"
},
"license": "GPL-3.0-or-later",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -56,5 +59,17 @@
"typescript": "5.5.3",
"vitest": "2.0.3",
"vue-tsc": "2.0.26"
}
},
"bugs": {
"url": "https://github.com/maxlkatze/katzen-core/issues"
},
"homepage": "https://github.com/maxlkatze/katzen-core#readme",
"keywords": [
"nuxt",
"katze",
"cms",
"git-based",
"filesystem"
],
"author": "maxlkatze"
}

0 comments on commit 120145a

Please sign in to comment.