Skip to content

Commit

Permalink
fix: add provenance metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Jan 29, 2025
1 parent aaf1e30 commit f1237c5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@
"scripts": {
"build": "bun build src/index.ts --outdir dist --minify --packages external"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Best-Codes/littlejson.git"
},
"keywords": [
"json",
"compression",
"minifier",
"minify",
"msgpack",
"bun"
],
"author": "The-Best-Codes",
"license": "MIT",
"bugs": {
"url": "https://github.com/The-Best-Codes/littlejson/issues"
},
"homepage": "https://github.com/The-Best-Codes/littlejson#readme",
"files": [
"dist",
"README.md",
Expand Down

0 comments on commit f1237c5

Please sign in to comment.