UNPKG

jasone

Version:

A lightweight, extensible JSON encoder and decoder that supports custom types.

29 lines 584 B
{ "name": "jasone", "version": "1.0.0-beta.2", "type": "module", "author": "Lukas Heizmann <lukas@heizmann.dev>", "license": "MIT", "module": "./index.js", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/lkwr/jasone.git" }, "homepage": "https://github.com/lkwr/jasone", "bugs": { "url": "https://github.com/lkwr/jasone/issues" }, "keywords": [ "json", "extended", "typed", "custom-types" ] }