Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
orsiemilio committed Feb 15, 2024
1 parent 09f8c22 commit cd84a81
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
{
"name": "json-shape-shifter",
"version": "1.0.0",
"author": "Emilio Orsi <[email protected]>",
"description": "A library for transforming JSON structures, with features for custom processing and ensuring order.",
"main": "src/JsonShapeShifter.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage"
},
},
"repository": {
"type": "git",
"url": "https://github.com/orsiemilio/JsonShapeShifter.git"
},
"keywords": [
"json",
"sorting",
"formatter",
"json-schema",
"shape",
"soap",
"sort",
"shapeshifter",
"shapeshift",
"json-processing",
"json-sorting",
"json-transform",
"json-processor"
],
"license": "MIT",
"files": [
"src/JsonShapeShifter.js"
],
"devDependencies": {
"jest": "^29.7.0"
}
}
}

0 comments on commit cd84a81

Please sign in to comment.