restructer
Version:
The restructer library is a type-safe encoder/decoder up to one level for objects.
26 lines (25 loc) • 584 B
JSON
{
"name": "restructer",
"version": "1.0.0",
"description": "The restructer library is a type-safe encoder/decoder up to one level for objects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.dannysmc.com:packages/restructer.git"
},
"keywords": [
"type",
"safe",
"decoder",
"encoder",
"encode",
"decode",
"conver",
"object"
],
"author": "Danny SMc <danny.smc95@gmail.com> (https://dannysmc.com/)",
"license": "CC-BY-ND-4.0"
}