Skip to content

Commit

Permalink
chore: add description version and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Nov 20, 2024
1 parent 2efb8ba commit 8b06339
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion packages/@wroud/preconditions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@wroud/preconditions",
"description": "A flexible and extensible library for managing preconditions in JavaScript and TypeScript applications. Simplify validation and preparation of entities like nodes, connections, and features with dynamic precondition handling.",
"version": "0.0.0",
"type": "module",
"sideEffects": [],
"exports": {
Expand Down Expand Up @@ -34,5 +36,19 @@
"@wroud/tsconfig": "workspace:^",
"rimraf": "^6",
"typescript": "^5"
}
},
"keywords": [
"preconditions",
"javascript",
"typescript",
"validation",
"fulfillment",
"entity-management",
"dynamic-applicability",
"precondition-manager",
"plugin",
"plugins",
"plugin-style",
"esm"
]
}

0 comments on commit 8b06339

Please sign in to comment.