update tsconfig

This commit is contained in:
2024-04-14 17:45:36 +02:00
parent f1f6b5fa79
commit 777d7ae1b3
4 changed files with 158 additions and 54 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartjson",
"version": "5.0.16",
"private": false,
"description": "typed json handlers",
"description": "A library for handling typed JSON data, providing functionalities for parsing, stringifying, and working with JSON objects, including support for encoding and decoding buffers.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -49,5 +49,18 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}
"type": "module",
"keywords": [
"JSON handling",
"typed JSON",
"JSON parsing",
"JSON stringifying",
"base64 encoding",
"buffer handling",
"data serialization",
"data deserialization",
"TypeScript support",
"data encoding",
"data decoding"
]
}