UNPKG

890 BJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/structured-json",
6 "version": "0.1.0-pre.4",
7 "description": "Stringify and parse JavaScript values according to Structured Clone Algorithm.",
8 "license": "MIT",
9 "publishConfig": {
10 "access": "public"
11 },
12 "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/worker-tools/structured-json.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/structured-json/issues"
19 },
20 "homepage": "",
21 "keywords": [],
22 "exports": {
23 ".": {
24 "import": "./esm/index.js",
25 "require": "./script/index.js",
26 "types": "./types/index.d.ts"
27 }
28 },
29 "dependencies": {
30 "typeson": "^7.0.2",
31 "typeson-registry": "^3.0.0"
32 },
33 "devDependencies": {}
34}
\No newline at end of file