Skip to content

Commit

Permalink
Put license & keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Nov 8, 2023
1 parent 4d970bf commit 574de21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# SeqProto

[![Nodejs](https://github.com/oramasearch/seqproto/actions/workflows/nodejs.yml/badge.svg)](https://github.com/oramasearch/seqproto/actions/workflows/nodejs.yml)
![npm package minimized gzipped size (select exports)](https://img.shields.io/bundlejs/size/seqproto)

This library provides a simple way to serialize and deserialize objects in binary format.

Install with:
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "More than fast serialization / deserialization utility for your structured data",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"license": "Apache-2.0",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.cjs"
Expand All @@ -23,7 +24,14 @@
"benchmark:serdes": "node --import tsx tests/serdes.benchmark.ts",
"test": "node --import tsx tests/*.test.ts"
},
"keywords": [],
"keywords": [
"serialization",
"deserialization",
"performance",
"structured",
"protocol",
"json"
],
"author": {
"name": "Tommaso Allevi",
"email": "[email protected]",
Expand Down

0 comments on commit 574de21

Please sign in to comment.