UNPKG

@worker-tools/structured-json

Version:

Stringify and parse JavaScript values according to Structured Clone Algorithm.

34 lines 890 B
{ "module": "./esm/index.js", "main": "./script/index.js", "types": "./types/index.d.ts", "name": "@worker-tools/structured-json", "version": "0.1.0-pre.4", "description": "Stringify and parse JavaScript values according to Structured Clone Algorithm.", "license": "MIT", "publishConfig": { "access": "public" }, "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)", "repository": { "type": "git", "url": "git+https://github.com/worker-tools/structured-json.git" }, "bugs": { "url": "https://github.com/worker-tools/structured-json/issues" }, "homepage": "", "keywords": [], "exports": { ".": { "import": "./esm/index.js", "require": "./script/index.js", "types": "./types/index.d.ts" } }, "dependencies": { "typeson": "^7.0.2", "typeson-registry": "^3.0.0" }, "devDependencies": {} }