Skip to content

Commit

Permalink
chore: update package keywords and description
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertanyj committed Apr 25, 2023
1 parent e57d3ec commit 9baa465
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "object-reshaper",
"version": "0.0.0",
"description": "Typesafe object reshaping",
"description": "TypeScript-first schema-based object transformation",
"license": "MIT",
"main": "lib/cjs/index.js",
"author": {
Expand All @@ -20,6 +20,14 @@
},
"./package.json": "./package.json"
},
"keywords": [
"typescript",
"schema",
"type",
"object",
"mapping",
"transform"
],
"scripts": {
"prepare": "husky install",
"pre-commit": "lint-staged",
Expand Down

0 comments on commit 9baa465

Please sign in to comment.