Skip to content

Commit

Permalink
publish on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Mar 21, 2022
1 parent 3b58598 commit 4224d57
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "yabson",
"description": "Binary-encoded serialization of JavaScript objects with generator-based parser and serializer",
"author": "Gildas Lormeau",
"license": "MIT",
"version": "1.0.0",
"type": "module",
"keywords": [
"serialization",
"parse",
"serialize",
"generator"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gildas-lormeau/YaBSON.git"
},
"bugs": {
"url": "https://github.com/gildas-lormeau/YaBSON/issues"
},
"homepage": "https://github.com/gildas-lormeau/YaBSON",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit 4224d57

Please sign in to comment.